Html Css Color HEX #051B9F International Klein Blue

📋 copy color: '#051B9F'

red 5 ◦ green 27 ◦ blue 159

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

Shades of International Klein Blue #051B9F

Tints of International Klein Blue #051B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

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

R = 2.62%
G = 14.14%
B = 83.25%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#051B9F (or 0x051B9F) is known color: International Klein Blue. HEX triplet: 05, 1B and 9F. RGB value is (5,27,159). Sum of RGB (Red+Green+Blue) = 5+27+159=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 27 (10.94% from 255 or 14.14% 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 #051B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B9F is #FAE460. Grayscale: #222222. Windows color (decimal): -16442465 or 10427141. OLE color: 10427141.

HSL color Cylindrical-coordinate representation of color #051B9F: hue angle of 231.43º 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 #051B9F is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 27 159 -
CMYK 0.97 0.83 0 0.38
HSL 231.43º 0.94% 0.32% -
HSV(B) 231.43º 0.97% 0.62% -
XYZ 6.71 3.32 33.09 -
YUV 35.47 197.71 106.27 -
System Red Green Blue C M Y K H S L
Decimal 5 27 159 0.97 0.83 0 0.38 231.43 0.94 0.32
Hex 5 1B 9F 61 53 0 26 E7 5E 20
Octal 5 33 237 141 123 0 46 347 136 40
Binary 101 11011 10011111 1100001 1010011 0 100110 11100111 1011110 100000

Color Harmonies of #051B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B9F

Black with #051B9F

Text Example


Text Example

White with #051B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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