Html Css Color HEX #031CB7 International Klein Blue

📋 copy color: '#031CB7'

red 3 ◦ green 28 ◦ blue 183

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

Shades of International Klein Blue #031CB7

Tints of International Klein Blue #031CB7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 183 (71.88% from 255) = 85.51%

R = 1.4%
G = 13.08%
B = 85.51%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#031CB7 (or 0x031CB7) is known color: International Klein Blue. HEX triplet: 03, 1C and B7. RGB value is (3,28,183). Sum of RGB (Red+Green+Blue) = 3+28+183=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 183 (71.88% from 255 or 85.51% from 214); Max value from RGB is 183 - color contains mainly: blue. Hex color #031CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CB7 is #FCE348. Grayscale: #252525. Windows color (decimal): -16573257 or 12000259. OLE color: 12000259.

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

Color convert

RGB 3 28 183 -
CMYK 0.98 0.85 0 0.28
HSL 231.67º 0.97% 0.36% -
HSV(B) 231.67º 0.98% 0.72% -
XYZ 9 4.27 45.15 -
YUV 38.2 209.72 102.9 -
System Red Green Blue C M Y K H S L
Decimal 3 28 183 0.98 0.85 0 0.28 231.67 0.97 0.36
Hex 3 1C B7 62 55 0 1C E8 61 24
Octal 3 34 267 142 125 0 34 350 141 44
Binary 11 11100 10110111 1100010 1010101 0 11100 11101000 1100001 100100

Color Harmonies of #031CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CB7

Black with #031CB7

Text Example


Text Example

White with #031CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,28,183); }

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

background-color css

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

 a { background-color: rgb(3,28,183); }

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

border-color css

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

 span { border-color: rgb(3,28,183); }

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