Html Css Color HEX #051CB3 International Klein Blue

📋 copy color: '#051CB3'

red 5 ◦ green 28 ◦ blue 179

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

Shades of International Klein Blue #051CB3

Tints of International Klein Blue #051CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 84.43%

R = 2.36%
G = 13.21%
B = 84.43%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#051CB3 (or 0x051CB3) is known color: International Klein Blue. HEX triplet: 05, 1C and B3. RGB value is (5,28,179). Sum of RGB (Red+Green+Blue) = 5+28+179=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 179 (70.31% from 255 or 84.43% from 212); Max value from RGB is 179 - color contains mainly: blue. Hex color #051CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CB3 is #FAE34C. Grayscale: #252525. Windows color (decimal): -16442189 or 11738117. OLE color: 11738117.

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

Color convert

RGB 5 28 179 -
CMYK 0.97 0.84 0 0.30
HSL 232.07º 0.95% 0.36% -
HSV(B) 232.07º 0.97% 0.7% -
XYZ 8.61 4.12 42.99 -
YUV 38.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 5 28 179 0.97 0.84 0 0.30 232.07 0.95 0.36
Hex 5 1C B3 61 54 0 1E E8 5F 24
Octal 5 34 263 141 124 0 36 350 137 44
Binary 101 11100 10110011 1100001 1010100 0 11110 11101000 1011111 100100

Color Harmonies of #051CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CB3

Black with #051CB3

Text Example


Text Example

White with #051CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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