Html Css Color HEX #031BB3 International Klein Blue

📋 copy color: '#031BB3'

red 3 ◦ green 27 ◦ blue 179

#031BB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #031BB3

Tints of International Klein Blue #031BB3

RGB

 RED value IS 3 (1.56% from 255) = 1.44%

 GREEN value IS 27 (10.94% from 255) = 12.92%

 BLUE value IS 179 (70.31% from 255) = 85.65%

R = 1.44%
G = 12.92%
B = 85.65%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#031BB3 (or 0x031BB3) is known color: International Klein Blue. HEX triplet: 03, 1B and B3. RGB value is (3,27,179). Sum of RGB (Red+Green+Blue) = 3+27+179=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 179 (70.31% from 255 or 85.65% from 209); Max value from RGB is 179 - color contains mainly: blue. Hex color #031BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BB3 is #FCE44C. Grayscale: #242424. Windows color (decimal): -16573517 or 11737859. OLE color: 11737859.

HSL color Cylindrical-coordinate representation of color #031BB3: hue angle of 231.82º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BB3 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 27 179 -
CMYK 0.98 0.85 0 0.30
HSL 231.82º 0.97% 0.36% -
HSV(B) 231.82º 0.98% 0.7% -
XYZ 8.57 4.06 42.98 -
YUV 37.15 208.05 103.64 -
System Red Green Blue C M Y K H S L
Decimal 3 27 179 0.98 0.85 0 0.30 231.82 0.97 0.36
Hex 3 1B B3 62 55 0 1E E8 61 24
Octal 3 33 263 142 125 0 36 350 141 44
Binary 11 11011 10110011 1100010 1010101 0 11110 11101000 1100001 100100

Color Harmonies of #031BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BB3

Black with #031BB3

Text Example


Text Example

White with #031BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031BB3; }

 p { color: rgb(3,27,179); }

 H1.HeaderClassName
 {
   color: #031BB3;
 }
 .AnyTagClassName
 {
   color: #031BB3;
 }
</style>

background-color css

<style>
 a { background-color: #031BB3; }

 a { background-color: rgb(3,27,179); }

 div.DivClassName
 {
   background-color: #031BB3;
 }
 .BgClassName
 {
   background-color: #031BB3;
 }
</style>

border-color css

<style>
 span { border-color: #031BB3; }

 span { border-color: rgb(3,27,179); }

 td.TdClassName
 {
   border-color: #031BB3;
 }
 .TagClassName
 {
   border-color: #031BB3;
 }
</style>