Html Css Color HEX #051E9F International Klein Blue

📋 copy color: '#051E9F'

red 5 ◦ green 30 ◦ blue 159

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

Shades of International Klein Blue #051E9F

Tints of International Klein Blue #051E9F

RGB

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

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

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

R = 2.58%
G = 15.46%
B = 81.96%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#051E9F (or 0x051E9F) is known color: International Klein Blue. HEX triplet: 05, 1E and 9F. RGB value is (5,30,159). Sum of RGB (Red+Green+Blue) = 5+30+159=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #051E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E9F is #FAE160. Grayscale: #242424. Windows color (decimal): -16441697 or 10427909. OLE color: 10427909.

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

Color convert

RGB 5 30 159 -
CMYK 0.97 0.81 0 0.38
HSL 230.26º 0.94% 0.32% -
HSV(B) 230.26º 0.97% 0.62% -
XYZ 6.78 3.46 33.11 -
YUV 37.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 5 30 159 0.97 0.81 0 0.38 230.26 0.94 0.32
Hex 5 1E 9F 61 51 0 26 E6 5E 20
Octal 5 36 237 141 121 0 46 346 136 40
Binary 101 11110 10011111 1100001 1010001 0 100110 11100110 1011110 100000

Color Harmonies of #051E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E9F

Black with #051E9F

Text Example


Text Example

White with #051E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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