Html Css Color HEX #0037DD Persian Blue

📋 copy color: '#0037DD'

red 0 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #0037DD

Tints of Persian Blue #0037DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.07%

R = 0%
G = 19.93%
B = 80.07%

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

#0037DD (or 0x0037DD) is known color: Persian Blue. HEX triplet: 00, 37 and DD. RGB value is (0,55,221). Sum of RGB (Red+Green+Blue) = 0+55+221=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0037DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037DD is #FFC822. Grayscale: #383838. Windows color (decimal): -16762915 or 14497536. OLE color: 14497536.

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

Color convert

RGB 0 55 221 -
CMYK 1 0.75 0 0.13
HSL 225.07º 1% 0.43% -
HSV(B) 225.07º 1% 0.87% -
XYZ 14.42 7.95 69.18 -
YUV 57.48 220.28 87 -
System Red Green Blue C M Y K H S L
Decimal 0 55 221 1 0.75 0 0.13 225.07 1 0.43
Hex 0 37 DD 64 4B 0 D E1 64 2B
Octal 0 67 335 144 113 0 15 341 144 53
Binary 0 110111 11011101 1100100 1001011 0 1101 11100001 1100100 101011

Color Harmonies of #0037DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0037DD

Black with #0037DD

Text Example


Text Example

White with #0037DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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