Html Css Color HEX #051DB9 International Klein Blue

📋 copy color: '#051DB9'

red 5 ◦ green 29 ◦ blue 185

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

Shades of International Klein Blue #051DB9

Tints of International Klein Blue #051DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.24%

 BLUE value IS 185 (72.66% from 255) = 84.47%

R = 2.28%
G = 13.24%
B = 84.47%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#051DB9 (or 0x051DB9) is known color: International Klein Blue. HEX triplet: 05, 1D and B9. RGB value is (5,29,185). Sum of RGB (Red+Green+Blue) = 5+29+185=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 185 (72.66% from 255 or 84.47% from 219); Max value from RGB is 185 - color contains mainly: blue. Hex color #051DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DB9 is #FAE246. Grayscale: #262626. Windows color (decimal): -16441927 or 12131589. OLE color: 12131589.

HSL color Cylindrical-coordinate representation of color #051DB9: hue angle of 232º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051DB9 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 29 185 -
CMYK 0.97 0.84 0 0.27
HSL 232º 0.95% 0.37% -
HSV(B) 232º 0.97% 0.73% -
XYZ 9.26 4.41 46.26 -
YUV 39.61 210.05 103.32 -
System Red Green Blue C M Y K H S L
Decimal 5 29 185 0.97 0.84 0 0.27 232 0.95 0.37
Hex 5 1D B9 61 54 0 1B E8 5F 25
Octal 5 35 271 141 124 0 33 350 137 45
Binary 101 11101 10111001 1100001 1010100 0 11011 11101000 1011111 100101

Color Harmonies of #051DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DB9

Black with #051DB9

Text Example


Text Example

White with #051DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,29,185); }

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

background-color css

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

 a { background-color: rgb(5,29,185); }

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

border-color css

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

 span { border-color: rgb(5,29,185); }

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