Html Css Color HEX #0037DB Persian Blue

📋 copy color: '#0037DB'

red 0 ◦ green 55 ◦ blue 219

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

Shades of Persian Blue #0037DB

Tints of Persian Blue #0037DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

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

R = 0%
G = 20.07%
B = 79.93%

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

#0037DB (or 0x0037DB) is known color: Persian Blue. HEX triplet: 00, 37 and DB. RGB value is (0,55,219). Sum of RGB (Red+Green+Blue) = 0+55+219=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #0037DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037DB is #FFC824. Grayscale: #383838. Windows color (decimal): -16762917 or 14366464. OLE color: 14366464.

HSL color Cylindrical-coordinate representation of color #0037DB: hue angle of 224.93º 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 #0037DB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 55 219 -
CMYK 1 0.75 0 0.14
HSL 224.93º 1% 0.43% -
HSV(B) 224.93º 1% 0.86% -
XYZ 14.15 7.85 67.79 -
YUV 57.25 219.28 87.16 -
System Red Green Blue C M Y K H S L
Decimal 0 55 219 1 0.75 0 0.14 224.93 1 0.43
Hex 0 37 DB 64 4B 0 E E1 64 2B
Octal 0 67 333 144 113 0 16 341 144 53
Binary 0 110111 11011011 1100100 1001011 0 1110 11100001 1100100 101011

Color Harmonies of #0037DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0037DB

Black with #0037DB

Text Example


Text Example

White with #0037DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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