Html Css Color HEX #00367D Dark Cerulean

📋 copy color: '#00367D'

red 0 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #00367D

Tints of Dark Cerulean #00367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.83%

R = 0%
G = 30.17%
B = 69.83%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00367D (or 0x00367D) is known color: Dark Cerulean. HEX triplet: 00, 36 and 7D. RGB value is (0,54,125). Sum of RGB (Red+Green+Blue) = 0+54+125=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #00367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00367D is #FFC982. Grayscale: #2D2D2D. Windows color (decimal): -16763267 or 8205824. OLE color: 8205824.

HSL color Cylindrical-coordinate representation of color #00367D: hue angle of 214.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00367D is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 54 125 -
CMYK 1 0.57 0 0.51
HSL 214.08º 1% 0.25% -
HSV(B) 214.08º 1% 0.49% -
XYZ 5.02 4.12 19.93 -
YUV 45.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 0 54 125 1 0.57 0 0.51 214.08 1 0.25
Hex 0 36 7D 64 39 0 33 D6 64 19
Octal 0 66 175 144 71 0 63 326 144 31
Binary 0 110110 1111101 1100100 111001 0 110011 11010110 1100100 11001

Color Harmonies of #00367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00367D

Black with #00367D

Text Example


Text Example

White with #00367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00367D; }

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

 H1.HeaderClassName
 {
   color: #00367D;
 }
 .AnyTagClassName
 {
   color: #00367D;
 }
</style>

background-color css

<style>
 a { background-color: #00367D; }

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

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

border-color css

<style>
 span { border-color: #00367D; }

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

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