Html Css Color HEX #051CB0 International Klein Blue

📋 copy color: '#051CB0'

red 5 ◦ green 28 ◦ blue 176

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

Shades of International Klein Blue #051CB0

Tints of International Klein Blue #051CB0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

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

R = 2.39%
G = 13.4%
B = 84.21%

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

#051CB0 (or 0x051CB0) is known color: International Klein Blue. HEX triplet: 05, 1C and B0. RGB value is (5,28,176). Sum of RGB (Red+Green+Blue) = 5+28+176=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 176 (69.14% from 255 or 84.21% from 209); Max value from RGB is 176 - color contains mainly: blue. Hex color #051CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051CB0 is #FAE34F. Grayscale: #252525. Windows color (decimal): -16442192 or 11541509. OLE color: 11541509.

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

Color convert

RGB 5 28 176 -
CMYK 0.97 0.84 0 0.31
HSL 231.93º 0.94% 0.35% -
HSV(B) 231.93º 0.97% 0.69% -
XYZ 8.31 4 41.41 -
YUV 38 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 5 28 176 0.97 0.84 0 0.31 231.93 0.94 0.35
Hex 5 1C B0 61 54 0 1F E8 5E 23
Octal 5 34 260 141 124 0 37 350 136 43
Binary 101 11100 10110000 1100001 1010100 0 11111 11101000 1011110 100011

Color Harmonies of #051CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CB0

Black with #051CB0

Text Example


Text Example

White with #051CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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