Html Css Color HEX #0539AB International Klein Blue

📋 copy color: '#0539AB'

red 5 ◦ green 57 ◦ blue 171

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

Shades of International Klein Blue #0539AB

Tints of International Klein Blue #0539AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.46%

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

R = 2.15%
G = 24.46%
B = 73.39%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0539AB (or 0x0539AB) is known color: International Klein Blue. HEX triplet: 05, 39 and AB. RGB value is (5,57,171). Sum of RGB (Red+Green+Blue) = 5+57+171=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #0539AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0539AB is #FAC654. Grayscale: #353535. Windows color (decimal): -16434773 or 11221253. OLE color: 11221253.

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

Color convert

RGB 5 57 171 -
CMYK 0.97 0.67 0 0.33
HSL 221.2º 0.94% 0.35% -
HSV(B) 221.2º 0.97% 0.67% -
XYZ 8.88 5.9 39.2 -
YUV 54.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 5 57 171 0.97 0.67 0 0.33 221.2 0.94 0.35
Hex 5 39 AB 61 43 0 21 DD 5E 23
Octal 5 71 253 141 103 0 41 335 136 43
Binary 101 111001 10101011 1100001 1000011 0 100001 11011101 1011110 100011

Color Harmonies of #0539AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0539AB

Black with #0539AB

Text Example


Text Example

White with #0539AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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