Html Css Color HEX #051ABB International Klein Blue

📋 copy color: '#051ABB'

red 5 ◦ green 26 ◦ blue 187

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

Shades of International Klein Blue #051ABB

Tints of International Klein Blue #051ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 2.29%
G = 11.93%
B = 85.78%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#051ABB (or 0x051ABB) is known color: International Klein Blue. HEX triplet: 05, 1A and BB. RGB value is (5,26,187). Sum of RGB (Red+Green+Blue) = 5+26+187=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 187 (73.44% from 255 or 85.78% from 218); Max value from RGB is 187 - color contains mainly: blue. Hex color #051ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ABB is #FAE544. Grayscale: #252525. Windows color (decimal): -16442693 or 12261893. OLE color: 12261893.

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

Color convert

RGB 5 26 187 -
CMYK 0.97 0.86 0 0.27
HSL 233.08º 0.95% 0.38% -
HSV(B) 233.08º 0.97% 0.73% -
XYZ 9.4 4.36 47.36 -
YUV 38.08 212.04 104.41 -
System Red Green Blue C M Y K H S L
Decimal 5 26 187 0.97 0.86 0 0.27 233.08 0.95 0.38
Hex 5 1A BB 61 56 0 1B E9 5F 26
Octal 5 32 273 141 126 0 33 351 137 46
Binary 101 11010 10111011 1100001 1010110 0 11011 11101001 1011111 100110

Color Harmonies of #051ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051ABB

Black with #051ABB

Text Example


Text Example

White with #051ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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