Html Css Color HEX #051EB2 International Klein Blue

📋 copy color: '#051EB2'

red 5 ◦ green 30 ◦ blue 178

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

Shades of International Klein Blue #051EB2

Tints of International Klein Blue #051EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 83.57%

R = 2.35%
G = 14.08%
B = 83.57%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#051EB2 (or 0x051EB2) is known color: International Klein Blue. HEX triplet: 05, 1E and B2. RGB value is (5,30,178). Sum of RGB (Red+Green+Blue) = 5+30+178=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 178 (69.92% from 255 or 83.57% from 213); Max value from RGB is 178 - color contains mainly: blue. Hex color #051EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051EB2 is #FAE14D. Grayscale: #262626. Windows color (decimal): -16441678 or 11673093. OLE color: 11673093.

HSL color Cylindrical-coordinate representation of color #051EB2: hue angle of 231.33º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051EB2 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 30 178 -
CMYK 0.97 0.83 0 0.30
HSL 231.33º 0.95% 0.36% -
HSV(B) 231.33º 0.97% 0.7% -
XYZ 8.56 4.18 42.47 -
YUV 39.4 206.22 103.47 -
System Red Green Blue C M Y K H S L
Decimal 5 30 178 0.97 0.83 0 0.30 231.33 0.95 0.36
Hex 5 1E B2 61 53 0 1E E7 5F 24
Octal 5 36 262 141 123 0 36 347 137 44
Binary 101 11110 10110010 1100001 1010011 0 11110 11100111 1011111 100100

Color Harmonies of #051EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051EB2

Black with #051EB2

Text Example


Text Example

White with #051EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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