Html Css Color HEX #0535BE International Klein Blue

📋 copy color: '#0535BE'

red 5 ◦ green 53 ◦ blue 190

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

Shades of International Klein Blue #0535BE

Tints of International Klein Blue #0535BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76.61%

R = 2.02%
G = 21.37%
B = 76.61%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0535BE (or 0x0535BE) is known color: International Klein Blue. HEX triplet: 05, 35 and BE. RGB value is (5,53,190). Sum of RGB (Red+Green+Blue) = 5+53+190=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #0535BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535BE is #FACA41. Grayscale: #353535. Windows color (decimal): -16435778 or 12465413. OLE color: 12465413.

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

Color convert

RGB 5 53 190 -
CMYK 0.97 0.72 0 0.25
HSL 224.43º 0.95% 0.38% -
HSV(B) 224.43º 0.97% 0.75% -
XYZ 10.63 6.3 49.37 -
YUV 54.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 5 53 190 0.97 0.72 0 0.25 224.43 0.95 0.38
Hex 5 35 BE 61 48 0 19 E0 5F 26
Octal 5 65 276 141 110 0 31 340 137 46
Binary 101 110101 10111110 1100001 1001000 0 11001 11100000 1011111 100110

Color Harmonies of #0535BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535BE

Black with #0535BE

Text Example


Text Example

White with #0535BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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