Html Css Color HEX #031D9F International Klein Blue

📋 copy color: '#031D9F'

red 3 ◦ green 29 ◦ blue 159

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

Shades of International Klein Blue #031D9F

Tints of International Klein Blue #031D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 83.25%

R = 1.57%
G = 15.18%
B = 83.25%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#031D9F (or 0x031D9F) is known color: International Klein Blue. HEX triplet: 03, 1D and 9F. RGB value is (3,29,159). Sum of RGB (Red+Green+Blue) = 3+29+159=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #031D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D9F is #FCE260. Grayscale: #232323. Windows color (decimal): -16573025 or 10427651. OLE color: 10427651.

HSL color Cylindrical-coordinate representation of color #031D9F: hue angle of 230º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031D9F is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 29 159 -
CMYK 0.98 0.82 0 0.38
HSL 230º 0.96% 0.32% -
HSV(B) 230º 0.98% 0.62% -
XYZ 6.73 3.4 33.1 -
YUV 36.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 3 29 159 0.98 0.82 0 0.38 230 0.96 0.32
Hex 3 1D 9F 62 52 0 26 E6 60 20
Octal 3 35 237 142 122 0 46 346 140 40
Binary 11 11101 10011111 1100010 1010010 0 100110 11100110 1100000 100000

Color Harmonies of #031D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D9F

Black with #031D9F

Text Example


Text Example

White with #031D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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