Html Css Color HEX #051AB4 International Klein Blue

📋 copy color: '#051AB4'

red 5 ◦ green 26 ◦ blue 180

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

Shades of International Klein Blue #051AB4

Tints of International Klein Blue #051AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 85.31%

R = 2.37%
G = 12.32%
B = 85.31%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#051AB4 (or 0x051AB4) is known color: International Klein Blue. HEX triplet: 05, 1A and B4. RGB value is (5,26,180). Sum of RGB (Red+Green+Blue) = 5+26+180=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 180 (70.70% from 255 or 85.31% from 211); Max value from RGB is 180 - color contains mainly: blue. Hex color #051AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051AB4 is #FAE54B. Grayscale: #242424. Windows color (decimal): -16442700 or 11803141. OLE color: 11803141.

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

Color convert

RGB 5 26 180 -
CMYK 0.97 0.86 0 0.29
HSL 232.8º 0.95% 0.36% -
HSV(B) 232.8º 0.97% 0.71% -
XYZ 8.67 4.07 43.51 -
YUV 37.28 208.54 104.98 -
System Red Green Blue C M Y K H S L
Decimal 5 26 180 0.97 0.86 0 0.29 232.8 0.95 0.36
Hex 5 1A B4 61 56 0 1D E9 5F 24
Octal 5 32 264 141 126 0 35 351 137 44
Binary 101 11010 10110100 1100001 1010110 0 11101 11101001 1011111 100100

Color Harmonies of #051AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051AB4

Black with #051AB4

Text Example


Text Example

White with #051AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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