Html Css Color HEX #0037DE Persian Blue

📋 copy color: '#0037DE'

red 0 ◦ green 55 ◦ blue 222

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

Shades of Persian Blue #0037DE

Tints of Persian Blue #0037DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.14%

R = 0%
G = 19.86%
B = 80.14%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0037DE (or 0x0037DE) is known color: Persian Blue. HEX triplet: 00, 37 and DE. RGB value is (0,55,222). Sum of RGB (Red+Green+Blue) = 0+55+222=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 222 (87.11% from 255 or 80.14% from 277); Max value from RGB is 222 - color contains mainly: blue. Hex color #0037DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037DE is #FFC821. Grayscale: #383838. Windows color (decimal): -16762914 or 14563072. OLE color: 14563072.

HSL color Cylindrical-coordinate representation of color #0037DE: hue angle of 225.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0037DE is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 55 222 -
CMYK 1 0.75 0 0.13
HSL 225.14º 1% 0.44% -
HSV(B) 225.14º 1% 0.87% -
XYZ 14.55 8.01 69.89 -
YUV 57.59 220.78 86.92 -
System Red Green Blue C M Y K H S L
Decimal 0 55 222 1 0.75 0 0.13 225.14 1 0.44
Hex 0 37 DE 64 4B 0 D E1 64 2C
Octal 0 67 336 144 113 0 15 341 144 54
Binary 0 110111 11011110 1100100 1001011 0 1101 11100001 1100100 101100

Color Harmonies of #0037DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0037DE

Black with #0037DE

Text Example


Text Example

White with #0037DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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