Html Css Color HEX #0535BD International Klein Blue

📋 copy color: '#0535BD'

red 5 ◦ green 53 ◦ blue 189

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

Shades of International Klein Blue #0535BD

Tints of International Klein Blue #0535BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 76.52%

R = 2.02%
G = 21.46%
B = 76.52%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0535BD (or 0x0535BD) is known color: International Klein Blue. HEX triplet: 05, 35 and BD. RGB value is (5,53,189). Sum of RGB (Red+Green+Blue) = 5+53+189=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0535BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535BD is #FACA42. Grayscale: #353535. Windows color (decimal): -16435779 or 12399877. OLE color: 12399877.

HSL color Cylindrical-coordinate representation of color #0535BD: hue angle of 224.35º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0535BD is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 53 189 -
CMYK 0.97 0.72 0 0.26
HSL 224.35º 0.95% 0.38% -
HSV(B) 224.35º 0.97% 0.74% -
XYZ 10.52 6.25 48.8 -
YUV 54.15 204.1 92.94 -
System Red Green Blue C M Y K H S L
Decimal 5 53 189 0.97 0.72 0 0.26 224.35 0.95 0.38
Hex 5 35 BD 61 48 0 1A E0 5F 26
Octal 5 65 275 141 110 0 32 340 137 46
Binary 101 110101 10111101 1100001 1001000 0 11010 11100000 1011111 100110

Color Harmonies of #0535BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535BD

Black with #0535BD

Text Example


Text Example

White with #0535BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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