Html Css Color HEX #051DB0 International Klein Blue

📋 copy color: '#051DB0'

red 5 ◦ green 29 ◦ blue 176

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

Shades of International Klein Blue #051DB0

Tints of International Klein Blue #051DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 83.81%

R = 2.38%
G = 13.81%
B = 83.81%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#051DB0 (or 0x051DB0) is known color: International Klein Blue. HEX triplet: 05, 1D and B0. RGB value is (5,29,176). Sum of RGB (Red+Green+Blue) = 5+29+176=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 176 (69.14% from 255 or 83.81% from 210); Max value from RGB is 176 - color contains mainly: blue. Hex color #051DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DB0 is #FAE24F. Grayscale: #252525. Windows color (decimal): -16441936 or 11541765. OLE color: 11541765.

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

Color convert

RGB 5 29 176 -
CMYK 0.97 0.84 0 0.31
HSL 231.58º 0.94% 0.35% -
HSV(B) 231.58º 0.97% 0.69% -
XYZ 8.34 4.05 41.42 -
YUV 38.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 5 29 176 0.97 0.84 0 0.31 231.58 0.94 0.35
Hex 5 1D B0 61 54 0 1F E8 5E 23
Octal 5 35 260 141 124 0 37 350 136 43
Binary 101 11101 10110000 1100001 1010100 0 11111 11101000 1011110 100011

Color Harmonies of #051DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DB0

Black with #051DB0

Text Example


Text Example

White with #051DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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