Html Css Color HEX #0529AE International Klein Blue

📋 copy color: '#0529AE'

red 5 ◦ green 41 ◦ blue 174

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

Shades of International Klein Blue #0529AE

Tints of International Klein Blue #0529AE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 174 (68.36% from 255) = 79.09%

R = 2.27%
G = 18.64%
B = 79.09%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0529AE (or 0x0529AE) is known color: International Klein Blue. HEX triplet: 05, 29 and AE. RGB value is (5,41,174). Sum of RGB (Red+Green+Blue) = 5+41+174=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 174 (68.36% from 255 or 79.09% from 220); Max value from RGB is 174 - color contains mainly: blue. Hex color #0529AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0529AE is #FAD651. Grayscale: #2C2C2C. Windows color (decimal): -16438866 or 11413765. OLE color: 11413765.

HSL color Cylindrical-coordinate representation of color #0529AE: hue angle of 227.22º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0529AE is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 41 174 -
CMYK 0.97 0.76 0 0.32
HSL 227.22º 0.94% 0.35% -
HSV(B) 227.22º 0.97% 0.68% -
XYZ 8.5 4.67 40.5 -
YUV 45.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 5 41 174 0.97 0.76 0 0.32 227.22 0.94 0.35
Hex 5 29 AE 61 4C 0 20 E3 5E 23
Octal 5 51 256 141 114 0 40 343 136 43
Binary 101 101001 10101110 1100001 1001100 0 100000 11100011 1011110 100011

Color Harmonies of #0529AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0529AE

Black with #0529AE

Text Example


Text Example

White with #0529AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0529AE; }

 p { color: rgb(5,41,174); }

 H1.HeaderClassName
 {
   color: #0529AE;
 }
 .AnyTagClassName
 {
   color: #0529AE;
 }
</style>

background-color css

<style>
 a { background-color: #0529AE; }

 a { background-color: rgb(5,41,174); }

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

border-color css

<style>
 span { border-color: #0529AE; }

 span { border-color: rgb(5,41,174); }

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