Html Css Color HEX #0526AA International Klein Blue

📋 copy color: '#0526AA'

red 5 ◦ green 38 ◦ blue 170

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

Shades of International Klein Blue #0526AA

Tints of International Klein Blue #0526AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 170 (66.8% from 255) = 79.81%

R = 2.35%
G = 17.84%
B = 79.81%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0526AA (or 0x0526AA) is known color: International Klein Blue. HEX triplet: 05, 26 and AA. RGB value is (5,38,170). Sum of RGB (Red+Green+Blue) = 5+38+170=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #0526AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0526AA is #FAD955. Grayscale: #2A2A2A. Windows color (decimal): -16439638 or 11150853. OLE color: 11150853.

HSL color Cylindrical-coordinate representation of color #0526AA: hue angle of 228º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0526AA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 38 170 -
CMYK 0.97 0.78 0 0.33
HSL 228º 0.94% 0.34% -
HSV(B) 228º 0.97% 0.67% -
XYZ 8.01 4.32 38.44 -
YUV 43.18 199.57 100.77 -
System Red Green Blue C M Y K H S L
Decimal 5 38 170 0.97 0.78 0 0.33 228 0.94 0.34
Hex 5 26 AA 61 4E 0 21 E4 5E 22
Octal 5 46 252 141 116 0 41 344 136 42
Binary 101 100110 10101010 1100001 1001110 0 100001 11100100 1011110 100010

Color Harmonies of #0526AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0526AA

Black with #0526AA

Text Example


Text Example

White with #0526AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0526AA; }

 p { color: rgb(5,38,170); }

 H1.HeaderClassName
 {
   color: #0526AA;
 }
 .AnyTagClassName
 {
   color: #0526AA;
 }
</style>

background-color css

<style>
 a { background-color: #0526AA; }

 a { background-color: rgb(5,38,170); }

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

border-color css

<style>
 span { border-color: #0526AA; }

 span { border-color: rgb(5,38,170); }

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