Html Css Color HEX #031BBC International Klein Blue

📋 copy color: '#031BBC'

red 3 ◦ green 27 ◦ blue 188

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

Shades of International Klein Blue #031BBC

Tints of International Klein Blue #031BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 86.24%

R = 1.38%
G = 12.39%
B = 86.24%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#031BBC (or 0x031BBC) is known color: International Klein Blue. HEX triplet: 03, 1B and BC. RGB value is (3,27,188). Sum of RGB (Red+Green+Blue) = 3+27+188=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #031BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BBC is #FCE443. Grayscale: #252525. Windows color (decimal): -16573508 or 12327683. OLE color: 12327683.

HSL color Cylindrical-coordinate representation of color #031BBC: hue angle of 232.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BBC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 27 188 -
CMYK 0.98 0.86 0 0.26
HSL 232.22º 0.97% 0.37% -
HSV(B) 232.22º 0.98% 0.74% -
XYZ 9.51 4.43 47.93 -
YUV 38.18 212.55 102.91 -
System Red Green Blue C M Y K H S L
Decimal 3 27 188 0.98 0.86 0 0.26 232.22 0.97 0.37
Hex 3 1B BC 62 56 0 1A E8 61 25
Octal 3 33 274 142 126 0 32 350 141 45
Binary 11 11011 10111100 1100010 1010110 0 11010 11101000 1100001 100101

Color Harmonies of #031BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BBC

Black with #031BBC

Text Example


Text Example

White with #031BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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