Html Css Color HEX #0527AB International Klein Blue

📋 copy color: '#0527AB'

red 5 ◦ green 39 ◦ blue 171

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

Shades of International Klein Blue #0527AB

Tints of International Klein Blue #0527AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 79.53%

R = 2.33%
G = 18.14%
B = 79.53%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0527AB (or 0x0527AB) is known color: International Klein Blue. HEX triplet: 05, 27 and AB. RGB value is (5,39,171). Sum of RGB (Red+Green+Blue) = 5+39+171=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #0527AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0527AB is #FAD854. Grayscale: #2B2B2B. Windows color (decimal): -16439381 or 11216645. OLE color: 11216645.

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

Color convert

RGB 5 39 171 -
CMYK 0.97 0.77 0 0.33
HSL 227.71º 0.94% 0.35% -
HSV(B) 227.71º 0.97% 0.67% -
XYZ 8.14 4.42 38.95 -
YUV 43.88 199.74 100.27 -
System Red Green Blue C M Y K H S L
Decimal 5 39 171 0.97 0.77 0 0.33 227.71 0.94 0.35
Hex 5 27 AB 61 4D 0 21 E4 5E 23
Octal 5 47 253 141 115 0 41 344 136 43
Binary 101 100111 10101011 1100001 1001101 0 100001 11100100 1011110 100011

Color Harmonies of #0527AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0527AB

Black with #0527AB

Text Example


Text Example

White with #0527AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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