Html Css Color HEX #051E9A International Klein Blue

📋 copy color: '#051E9A'

red 5 ◦ green 30 ◦ blue 154

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

Shades of International Klein Blue #051E9A

Tints of International Klein Blue #051E9A

RGB

 RED value IS 5 (2.34% from 255) = 2.65%

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

 BLUE value IS 154 (60.55% from 255) = 81.48%

R = 2.65%
G = 15.87%
B = 81.48%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#051E9A (or 0x051E9A) is known color: International Klein Blue. HEX triplet: 05, 1E and 9A. RGB value is (5,30,154). Sum of RGB (Red+Green+Blue) = 5+30+154=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #051E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E9A is #FAE165. Grayscale: #242424. Windows color (decimal): -16441702 or 10100229. OLE color: 10100229.

HSL color Cylindrical-coordinate representation of color #051E9A: hue angle of 229.93º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051E9A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 30 154 -
CMYK 0.97 0.81 0 0.40
HSL 229.93º 0.94% 0.31% -
HSV(B) 229.93º 0.97% 0.6% -
XYZ 6.36 3.29 30.87 -
YUV 36.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 5 30 154 0.97 0.81 0 0.40 229.93 0.94 0.31
Hex 5 1E 9A 61 51 0 28 E6 5E 1F
Octal 5 36 232 141 121 0 50 346 136 37
Binary 101 11110 10011010 1100001 1010001 0 101000 11100110 1011110 11111

Color Harmonies of #051E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E9A

Black with #051E9A

Text Example


Text Example

White with #051E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051E9A; }

 p { color: rgb(5,30,154); }

 H1.HeaderClassName
 {
   color: #051E9A;
 }
 .AnyTagClassName
 {
   color: #051E9A;
 }
</style>

background-color css

<style>
 a { background-color: #051E9A; }

 a { background-color: rgb(5,30,154); }

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

border-color css

<style>
 span { border-color: #051E9A; }

 span { border-color: rgb(5,30,154); }

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