Html Css Color HEX #0535AD International Klein Blue

📋 copy color: '#0535AD'

red 5 ◦ green 53 ◦ blue 173

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

Shades of International Klein Blue #0535AD

Tints of International Klein Blue #0535AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 2.16%
G = 22.94%
B = 74.89%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0535AD (or 0x0535AD) is known color: International Klein Blue. HEX triplet: 05, 35 and AD. RGB value is (5,53,173). Sum of RGB (Red+Green+Blue) = 5+53+173=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #0535AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0535AD is #FACA52. Grayscale: #333333. Windows color (decimal): -16435795 or 11351301. OLE color: 11351301.

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

Color convert

RGB 5 53 173 -
CMYK 0.97 0.69 0 0.32
HSL 222.86º 0.94% 0.35% -
HSV(B) 222.86º 0.97% 0.68% -
XYZ 8.88 5.6 40.15 -
YUV 52.33 196.1 94.24 -
System Red Green Blue C M Y K H S L
Decimal 5 53 173 0.97 0.69 0 0.32 222.86 0.94 0.35
Hex 5 35 AD 61 45 0 20 DF 5E 23
Octal 5 65 255 141 105 0 40 337 136 43
Binary 101 110101 10101101 1100001 1000101 0 100000 11011111 1011110 100011

Color Harmonies of #0535AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535AD

Black with #0535AD

Text Example


Text Example

White with #0535AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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