Html Css Color HEX #031F99 International Klein Blue

📋 copy color: '#031F99'

red 3 ◦ green 31 ◦ blue 153

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

Shades of International Klein Blue #031F99

Tints of International Klein Blue #031F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.58%

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

R = 1.6%
G = 16.58%
B = 81.82%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#031F99 (or 0x031F99) is known color: International Klein Blue. HEX triplet: 03, 1F and 99. RGB value is (3,31,153). Sum of RGB (Red+Green+Blue) = 3+31+153=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #031F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031F99 is #FCE066. Grayscale: #242424. Windows color (decimal): -16572519 or 10034947. OLE color: 10034947.

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

Color convert

RGB 3 31 153 -
CMYK 0.98 0.80 0 0.4
HSL 228.8º 0.96% 0.31% -
HSV(B) 228.8º 0.98% 0.6% -
XYZ 6.28 3.3 30.44 -
YUV 36.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 3 31 153 0.98 0.80 0 0.4 228.8 0.96 0.31
Hex 3 1F 99 62 50 0 28 E5 60 1F
Octal 3 37 231 142 120 0 50 345 140 37
Binary 11 11111 10011001 1100010 1010000 0 101000 11100101 1100000 11111

Color Harmonies of #031F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F99

Black with #031F99

Text Example


Text Example

White with #031F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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