Html Css Color HEX #051CA5 International Klein Blue

📋 copy color: '#051CA5'

red 5 ◦ green 28 ◦ blue 165

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

Shades of International Klein Blue #051CA5

Tints of International Klein Blue #051CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 83.33%

R = 2.53%
G = 14.14%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#051CA5 (or 0x051CA5) is known color: International Klein Blue. HEX triplet: 05, 1C and A5. RGB value is (5,28,165). Sum of RGB (Red+Green+Blue) = 5+28+165=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 165 (64.84% from 255 or 83.33% from 198); Max value from RGB is 165 - color contains mainly: blue. Hex color #051CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051CA5 is #FAE35A. Grayscale: #242424. Windows color (decimal): -16442203 or 10820613. OLE color: 10820613.

HSL color Cylindrical-coordinate representation of color #051CA5: hue angle of 231.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051CA5 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 28 165 -
CMYK 0.97 0.83 0 0.35
HSL 231.38º 0.94% 0.33% -
HSV(B) 231.38º 0.97% 0.65% -
XYZ 7.27 3.58 35.91 -
YUV 36.74 200.38 105.36 -
System Red Green Blue C M Y K H S L
Decimal 5 28 165 0.97 0.83 0 0.35 231.38 0.94 0.33
Hex 5 1C A5 61 53 0 23 E7 5E 21
Octal 5 34 245 141 123 0 43 347 136 41
Binary 101 11100 10100101 1100001 1010011 0 100011 11100111 1011110 100001

Color Harmonies of #051CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CA5

Black with #051CA5

Text Example


Text Example

White with #051CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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