Html Css Color HEX #031E99 International Klein Blue

📋 copy color: '#031E99'

red 3 ◦ green 30 ◦ blue 153

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

Shades of International Klein Blue #031E99

Tints of International Klein Blue #031E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.13%

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

R = 1.61%
G = 16.13%
B = 82.26%

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

#031E99 (or 0x031E99) is known color: International Klein Blue. HEX triplet: 03, 1E and 99. RGB value is (3,30,153). Sum of RGB (Red+Green+Blue) = 3+30+153=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #031E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E99 is #FCE166. Grayscale: #232323. Windows color (decimal): -16572775 or 10034691. OLE color: 10034691.

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

Color convert

RGB 3 30 153 -
CMYK 0.98 0.80 0 0.4
HSL 229.2º 0.96% 0.31% -
HSV(B) 229.2º 0.98% 0.6% -
XYZ 6.25 3.25 30.43 -
YUV 35.95 194.05 104.5 -
System Red Green Blue C M Y K H S L
Decimal 3 30 153 0.98 0.80 0 0.4 229.2 0.96 0.31
Hex 3 1E 99 62 50 0 28 E5 60 1F
Octal 3 36 231 142 120 0 50 345 140 37
Binary 11 11110 10011001 1100010 1010000 0 101000 11100101 1100000 11111

Color Harmonies of #031E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E99

Black with #031E99

Text Example


Text Example

White with #031E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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