Html Css Color HEX #051C99 International Klein Blue

📋 copy color: '#051C99'

red 5 ◦ green 28 ◦ blue 153

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

Shades of International Klein Blue #051C99

Tints of International Klein Blue #051C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 82.26%

R = 2.69%
G = 15.05%
B = 82.26%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#051C99 (or 0x051C99) is known color: International Klein Blue. HEX triplet: 05, 1C and 99. RGB value is (5,28,153). Sum of RGB (Red+Green+Blue) = 5+28+153=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #051C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C99 is #FAE366. Grayscale: #222222. Windows color (decimal): -16442215 or 10034181. OLE color: 10034181.

HSL color Cylindrical-coordinate representation of color #051C99: hue angle of 230.68º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051C99 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 28 153 -
CMYK 0.97 0.82 0 0.4
HSL 230.68º 0.94% 0.31% -
HSV(B) 230.68º 0.97% 0.6% -
XYZ 6.23 3.16 30.42 -
YUV 35.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 5 28 153 0.97 0.82 0 0.4 230.68 0.94 0.31
Hex 5 1C 99 61 52 0 28 E7 5E 1F
Octal 5 34 231 141 122 0 50 347 136 37
Binary 101 11100 10011001 1100001 1010010 0 101000 11100111 1011110 11111

Color Harmonies of #051C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C99

Black with #051C99

Text Example


Text Example

White with #051C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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