Html Css Color HEX #0535AC International Klein Blue

📋 copy color: '#0535AC'

red 5 ◦ green 53 ◦ blue 172

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

Shades of International Klein Blue #0535AC

Tints of International Klein Blue #0535AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 74.78%

R = 2.17%
G = 23.04%
B = 74.78%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0535AC (or 0x0535AC) is known color: International Klein Blue. HEX triplet: 05, 35 and AC. RGB value is (5,53,172). Sum of RGB (Red+Green+Blue) = 5+53+172=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #0535AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0535AC is #FACA53. Grayscale: #333333. Windows color (decimal): -16435796 or 11285765. OLE color: 11285765.

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

Color convert

RGB 5 53 172 -
CMYK 0.97 0.69 0 0.33
HSL 222.75º 0.94% 0.35% -
HSV(B) 222.75º 0.97% 0.67% -
XYZ 8.78 5.56 39.64 -
YUV 52.21 195.6 94.32 -
System Red Green Blue C M Y K H S L
Decimal 5 53 172 0.97 0.69 0 0.33 222.75 0.94 0.35
Hex 5 35 AC 61 45 0 21 DF 5E 23
Octal 5 65 254 141 105 0 41 337 136 43
Binary 101 110101 10101100 1100001 1000101 0 100001 11011111 1011110 100011

Color Harmonies of #0535AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535AC

Black with #0535AC

Text Example


Text Example

White with #0535AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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