Html Css Color HEX #031D99 International Klein Blue

📋 copy color: '#031D99'

red 3 ◦ green 29 ◦ blue 153

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

Shades of International Klein Blue #031D99

Tints of International Klein Blue #031D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

 BLUE value IS 153 (60.16% from 255) = 82.7%

R = 1.62%
G = 15.68%
B = 82.7%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#031D99 (or 0x031D99) is known color: International Klein Blue. HEX triplet: 03, 1D and 99. RGB value is (3,29,153). Sum of RGB (Red+Green+Blue) = 3+29+153=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #031D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D99 is #FCE266. Grayscale: #222222. Windows color (decimal): -16573031 or 10034435. OLE color: 10034435.

HSL color Cylindrical-coordinate representation of color #031D99: hue angle of 229.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031D99 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 29 153 -
CMYK 0.98 0.81 0 0.4
HSL 229.6º 0.96% 0.31% -
HSV(B) 229.6º 0.98% 0.6% -
XYZ 6.23 3.2 30.43 -
YUV 35.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 3 29 153 0.98 0.81 0 0.4 229.6 0.96 0.31
Hex 3 1D 99 62 51 0 28 E6 60 1F
Octal 3 35 231 142 121 0 50 346 140 37
Binary 11 11101 10011001 1100010 1010001 0 101000 11100110 1100000 11111

Color Harmonies of #031D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D99

Black with #031D99

Text Example


Text Example

White with #031D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,153); }

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

background-color css

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

 a { background-color: rgb(3,29,153); }

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

border-color css

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

 span { border-color: rgb(3,29,153); }

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