Html Css Color HEX #031BAE International Klein Blue

📋 copy color: '#031BAE'

red 3 ◦ green 27 ◦ blue 174

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

Shades of International Klein Blue #031BAE

Tints of International Klein Blue #031BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 85.29%

R = 1.47%
G = 13.24%
B = 85.29%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#031BAE (or 0x031BAE) is known color: International Klein Blue. HEX triplet: 03, 1B and AE. RGB value is (3,27,174). Sum of RGB (Red+Green+Blue) = 3+27+174=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 174 (68.36% from 255 or 85.29% from 204); Max value from RGB is 174 - color contains mainly: blue. Hex color #031BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031BAE is #FCE451. Grayscale: #232323. Windows color (decimal): -16573522 or 11410179. OLE color: 11410179.

HSL color Cylindrical-coordinate representation of color #031BAE: hue angle of 231.58º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BAE is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 27 174 -
CMYK 0.98 0.84 0 0.32
HSL 231.58º 0.97% 0.35% -
HSV(B) 231.58º 0.98% 0.68% -
XYZ 8.07 3.86 40.36 -
YUV 36.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 3 27 174 0.98 0.84 0 0.32 231.58 0.97 0.35
Hex 3 1B AE 62 54 0 20 E8 61 23
Octal 3 33 256 142 124 0 40 350 141 43
Binary 11 11011 10101110 1100010 1010100 0 100000 11101000 1100001 100011

Color Harmonies of #031BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BAE

Black with #031BAE

Text Example


Text Example

White with #031BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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