Html Css Color HEX #00367F Dark Cerulean

📋 copy color: '#00367F'

red 0 ◦ green 54 ◦ blue 127

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

Shades of Dark Cerulean #00367F

Tints of Dark Cerulean #00367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.17%

R = 0%
G = 29.83%
B = 70.17%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#00367F (or 0x00367F) is known color: Dark Cerulean. HEX triplet: 00, 36 and 7F. RGB value is (0,54,127). Sum of RGB (Red+Green+Blue) = 0+54+127=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #00367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00367F is #FFC980. Grayscale: #2D2D2D. Windows color (decimal): -16763265 or 8336896. OLE color: 8336896.

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

Color convert

RGB 0 54 127 -
CMYK 1 0.57 0 0.50
HSL 214.49º 1% 0.25% -
HSV(B) 214.49º 1% 0.5% -
XYZ 5.15 4.17 20.61 -
YUV 46.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 0 54 127 1 0.57 0 0.50 214.49 1 0.25
Hex 0 36 7F 64 39 0 32 D6 64 19
Octal 0 66 177 144 71 0 62 326 144 31
Binary 0 110110 1111111 1100100 111001 0 110010 11010110 1100100 11001

Color Harmonies of #00367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00367F

Black with #00367F

Text Example


Text Example

White with #00367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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