Html Css Color HEX #031BB7 International Klein Blue

📋 copy color: '#031BB7'

red 3 ◦ green 27 ◦ blue 183

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

Shades of International Klein Blue #031BB7

Tints of International Klein Blue #031BB7

RGB

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

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

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

R = 1.41%
G = 12.68%
B = 85.92%

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

#031BB7 (or 0x031BB7) is known color: International Klein Blue. HEX triplet: 03, 1B and B7. RGB value is (3,27,183). Sum of RGB (Red+Green+Blue) = 3+27+183=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 183 (71.88% from 255 or 85.92% from 213); Max value from RGB is 183 - color contains mainly: blue. Hex color #031BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BB7 is #FCE448. Grayscale: #242424. Windows color (decimal): -16573513 or 12000003. OLE color: 12000003.

HSL color Cylindrical-coordinate representation of color #031BB7: hue angle of 232º 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 #031BB7 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 27 183 -
CMYK 0.98 0.85 0 0.28
HSL 232º 0.97% 0.36% -
HSV(B) 232º 0.98% 0.72% -
XYZ 8.98 4.22 45.14 -
YUV 37.61 210.05 103.32 -
System Red Green Blue C M Y K H S L
Decimal 3 27 183 0.98 0.85 0 0.28 232 0.97 0.36
Hex 3 1B B7 62 55 0 1C E8 61 24
Octal 3 33 267 142 125 0 34 350 141 44
Binary 11 11011 10110111 1100010 1010101 0 11100 11101000 1100001 100100

Color Harmonies of #031BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BB7

Black with #031BB7

Text Example


Text Example

White with #031BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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