Html Css Color HEX #0036DB Persian Blue

📋 copy color: '#0036DB'

red 0 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #0036DB

Tints of Persian Blue #0036DB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 54 (21.48% from 255) = 19.78%

 BLUE value IS 219 (85.94% from 255) = 80.22%

R = 0%
G = 19.78%
B = 80.22%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0036DB (or 0x0036DB) is known color: Persian Blue. HEX triplet: 00, 36 and DB. RGB value is (0,54,219). Sum of RGB (Red+Green+Blue) = 0+54+219=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #0036DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036DB is #FFC924. Grayscale: #373737. Windows color (decimal): -16763173 or 14366208. OLE color: 14366208.

HSL color Cylindrical-coordinate representation of color #0036DB: hue angle of 225.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036DB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 54 219 -
CMYK 1 0.75 0 0.14
HSL 225.21º 1% 0.43% -
HSV(B) 225.21º 1% 0.86% -
XYZ 14.11 7.75 67.77 -
YUV 56.66 219.61 87.58 -
System Red Green Blue C M Y K H S L
Decimal 0 54 219 1 0.75 0 0.14 225.21 1 0.43
Hex 0 36 DB 64 4B 0 E E1 64 2B
Octal 0 66 333 144 113 0 16 341 144 53
Binary 0 110110 11011011 1100100 1001011 0 1110 11100001 1100100 101011

Color Harmonies of #0036DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0036DB

Black with #0036DB

Text Example


Text Example

White with #0036DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0036DB; }

 p { color: rgb(0,54,219); }

 H1.HeaderClassName
 {
   color: #0036DB;
 }
 .AnyTagClassName
 {
   color: #0036DB;
 }
</style>

background-color css

<style>
 a { background-color: #0036DB; }

 a { background-color: rgb(0,54,219); }

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

border-color css

<style>
 span { border-color: #0036DB; }

 span { border-color: rgb(0,54,219); }

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