Html Css Color HEX #0525AC International Klein Blue

📋 copy color: '#0525AC'

red 5 ◦ green 37 ◦ blue 172

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

Shades of International Klein Blue #0525AC

Tints of International Klein Blue #0525AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 172 (67.58% from 255) = 80.37%

R = 2.34%
G = 17.29%
B = 80.37%

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

#0525AC (or 0x0525AC) is known color: International Klein Blue. HEX triplet: 05, 25 and AC. RGB value is (5,37,172). Sum of RGB (Red+Green+Blue) = 5+37+172=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #0525AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0525AC is #FADA53. Grayscale: #2A2A2A. Windows color (decimal): -16439892 or 11281669. OLE color: 11281669.

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

Color convert

RGB 5 37 172 -
CMYK 0.97 0.78 0 0.33
HSL 228.5º 0.94% 0.35% -
HSV(B) 228.5º 0.97% 0.67% -
XYZ 8.17 4.33 39.44 -
YUV 42.82 200.9 101.02 -
System Red Green Blue C M Y K H S L
Decimal 5 37 172 0.97 0.78 0 0.33 228.5 0.94 0.35
Hex 5 25 AC 61 4E 0 21 E5 5E 23
Octal 5 45 254 141 116 0 41 345 136 43
Binary 101 100101 10101100 1100001 1001110 0 100001 11100101 1011110 100011

Color Harmonies of #0525AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0525AC

Black with #0525AC

Text Example


Text Example

White with #0525AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0525AC; }

 p { color: rgb(5,37,172); }

 H1.HeaderClassName
 {
   color: #0525AC;
 }
 .AnyTagClassName
 {
   color: #0525AC;
 }
</style>

background-color css

<style>
 a { background-color: #0525AC; }

 a { background-color: rgb(5,37,172); }

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

border-color css

<style>
 span { border-color: #0525AC; }

 span { border-color: rgb(5,37,172); }

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