Html Css Color HEX #0535CC Persian Blue

📋 copy color: '#0535CC'

red 5 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #0535CC

Tints of Persian Blue #0535CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 77.86%

R = 1.91%
G = 20.23%
B = 77.86%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0535CC (or 0x0535CC) is known color: Persian Blue. HEX triplet: 05, 35 and CC. RGB value is (5,53,204). Sum of RGB (Red+Green+Blue) = 5+53+204=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #0535CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535CC is #FACA33. Grayscale: #373737. Windows color (decimal): -16435764 or 13382917. OLE color: 13382917.

HSL color Cylindrical-coordinate representation of color #0535CC: hue angle of 225.53º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535CC is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 53 204 -
CMYK 0.98 0.74 0 0.2
HSL 225.53º 0.95% 0.41% -
HSV(B) 225.53º 0.98% 0.8% -
XYZ 12.23 6.94 57.82 -
YUV 55.86 211.6 91.72 -
System Red Green Blue C M Y K H S L
Decimal 5 53 204 0.98 0.74 0 0.2 225.53 0.95 0.41
Hex 5 35 CC 62 4A 0 14 E2 5F 29
Octal 5 65 314 142 112 0 24 342 137 51
Binary 101 110101 11001100 1100010 1001010 0 10100 11100010 1011111 101001

Color Harmonies of #0535CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535CC

Black with #0535CC

Text Example


Text Example

White with #0535CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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