Html Css Color HEX #0535B3 International Klein Blue

📋 copy color: '#0535B3'

red 5 ◦ green 53 ◦ blue 179

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

Shades of International Klein Blue #0535B3

Tints of International Klein Blue #0535B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 75.53%

R = 2.11%
G = 22.36%
B = 75.53%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0535B3 (or 0x0535B3) is known color: International Klein Blue. HEX triplet: 05, 35 and B3. RGB value is (5,53,179). Sum of RGB (Red+Green+Blue) = 5+53+179=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #0535B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535B3 is #FACA4C. Grayscale: #343434. Windows color (decimal): -16435789 or 11744517. OLE color: 11744517.

HSL color Cylindrical-coordinate representation of color #0535B3: hue angle of 223.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0535B3 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 53 179 -
CMYK 0.97 0.70 0 0.30
HSL 223.45º 0.95% 0.36% -
HSV(B) 223.45º 0.97% 0.7% -
XYZ 9.47 5.83 43.27 -
YUV 53.01 199.1 93.75 -
System Red Green Blue C M Y K H S L
Decimal 5 53 179 0.97 0.70 0 0.30 223.45 0.95 0.36
Hex 5 35 B3 61 46 0 1E DF 5F 24
Octal 5 65 263 141 106 0 36 337 137 44
Binary 101 110101 10110011 1100001 1000110 0 11110 11011111 1011111 100100

Color Harmonies of #0535B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535B3

Black with #0535B3

Text Example


Text Example

White with #0535B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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