Html Css Color HEX #052CA6 International Klein Blue

📋 copy color: '#052CA6'

red 5 ◦ green 44 ◦ blue 166

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

Shades of International Klein Blue #052CA6

Tints of International Klein Blue #052CA6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.47%

 BLUE value IS 166 (65.23% from 255) = 77.21%

R = 2.33%
G = 20.47%
B = 77.21%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#052CA6 (or 0x052CA6) is known color: International Klein Blue. HEX triplet: 05, 2C and A6. RGB value is (5,44,166). Sum of RGB (Red+Green+Blue) = 5+44+166=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 166 (65.23% from 255 or 77.21% from 215); Max value from RGB is 166 - color contains mainly: blue. Hex color #052CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052CA6 is #FAD359. Grayscale: #2D2D2D. Windows color (decimal): -16438106 or 10890245. OLE color: 10890245.

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

Color convert

RGB 5 44 166 -
CMYK 0.97 0.73 0 0.35
HSL 225.47º 0.94% 0.34% -
HSV(B) 225.47º 0.97% 0.65% -
XYZ 7.85 4.59 36.55 -
YUV 46.25 195.58 98.58 -
System Red Green Blue C M Y K H S L
Decimal 5 44 166 0.97 0.73 0 0.35 225.47 0.94 0.34
Hex 5 2C A6 61 49 0 23 E1 5E 22
Octal 5 54 246 141 111 0 43 341 136 42
Binary 101 101100 10100110 1100001 1001001 0 100011 11100001 1011110 100010

Color Harmonies of #052CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CA6

Black with #052CA6

Text Example


Text Example

White with #052CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052CA6; }

 p { color: rgb(5,44,166); }

 H1.HeaderClassName
 {
   color: #052CA6;
 }
 .AnyTagClassName
 {
   color: #052CA6;
 }
</style>

background-color css

<style>
 a { background-color: #052CA6; }

 a { background-color: rgb(5,44,166); }

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

border-color css

<style>
 span { border-color: #052CA6; }

 span { border-color: rgb(5,44,166); }

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