Html Css Color HEX #0527AD International Klein Blue

📋 copy color: '#0527AD'

red 5 ◦ green 39 ◦ blue 173

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

Shades of International Klein Blue #0527AD

Tints of International Klein Blue #0527AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

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

R = 2.3%
G = 17.97%
B = 79.72%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0527AD (or 0x0527AD) is known color: International Klein Blue. HEX triplet: 05, 27 and AD. RGB value is (5,39,173). Sum of RGB (Red+Green+Blue) = 5+39+173=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #0527AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0527AD is #FAD852. Grayscale: #2B2B2B. Windows color (decimal): -16439379 or 11347717. OLE color: 11347717.

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

Color convert

RGB 5 39 173 -
CMYK 0.97 0.77 0 0.32
HSL 227.86º 0.94% 0.35% -
HSV(B) 227.86º 0.97% 0.68% -
XYZ 8.33 4.5 39.96 -
YUV 44.11 200.74 100.1 -
System Red Green Blue C M Y K H S L
Decimal 5 39 173 0.97 0.77 0 0.32 227.86 0.94 0.35
Hex 5 27 AD 61 4D 0 20 E4 5E 23
Octal 5 47 255 141 115 0 40 344 136 43
Binary 101 100111 10101101 1100001 1001101 0 100000 11100100 1011110 100011

Color Harmonies of #0527AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0527AD

Black with #0527AD

Text Example


Text Example

White with #0527AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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