Html Css Color HEX #0525AD International Klein Blue

📋 copy color: '#0525AD'

red 5 ◦ green 37 ◦ blue 173

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

Shades of International Klein Blue #0525AD

Tints of International Klein Blue #0525AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 80.47%

R = 2.33%
G = 17.21%
B = 80.47%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0525AD (or 0x0525AD) is known color: International Klein Blue. HEX triplet: 05, 25 and AD. RGB value is (5,37,173). Sum of RGB (Red+Green+Blue) = 5+37+173=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #0525AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0525AD is #FADA52. Grayscale: #2A2A2A. Windows color (decimal): -16439891 or 11347205. OLE color: 11347205.

HSL color Cylindrical-coordinate representation of color #0525AD: hue angle of 228.57º 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 #0525AD is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 37 173 -
CMYK 0.97 0.79 0 0.32
HSL 228.57º 0.94% 0.35% -
HSV(B) 228.57º 0.97% 0.68% -
XYZ 8.27 4.37 39.94 -
YUV 42.94 201.4 100.94 -
System Red Green Blue C M Y K H S L
Decimal 5 37 173 0.97 0.79 0 0.32 228.57 0.94 0.35
Hex 5 25 AD 61 4F 0 20 E5 5E 23
Octal 5 45 255 141 117 0 40 345 136 43
Binary 101 100101 10101101 1100001 1001111 0 100000 11100101 1011110 100011

Color Harmonies of #0525AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0525AD

Black with #0525AD

Text Example


Text Example

White with #0525AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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