Html Css Color HEX #051EBB International Klein Blue

📋 copy color: '#051EBB'

red 5 ◦ green 30 ◦ blue 187

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

Shades of International Klein Blue #051EBB

Tints of International Klein Blue #051EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 84.23%

R = 2.25%
G = 13.51%
B = 84.23%

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

#051EBB (or 0x051EBB) is known color: International Klein Blue. HEX triplet: 05, 1E and BB. RGB value is (5,30,187). Sum of RGB (Red+Green+Blue) = 5+30+187=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #051EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EBB is #FAE144. Grayscale: #272727. Windows color (decimal): -16441669 or 12262917. OLE color: 12262917.

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

Color convert

RGB 5 30 187 -
CMYK 0.97 0.84 0 0.27
HSL 231.76º 0.95% 0.38% -
HSV(B) 231.76º 0.97% 0.73% -
XYZ 9.5 4.55 47.39 -
YUV 40.42 210.72 102.73 -
System Red Green Blue C M Y K H S L
Decimal 5 30 187 0.97 0.84 0 0.27 231.76 0.95 0.38
Hex 5 1E BB 61 54 0 1B E8 5F 26
Octal 5 36 273 141 124 0 33 350 137 46
Binary 101 11110 10111011 1100001 1010100 0 11011 11101000 1011111 100110

Color Harmonies of #051EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051EBB

Black with #051EBB

Text Example


Text Example

White with #051EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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