Html Css Color HEX #00377E Dark Cerulean

📋 copy color: '#00377E'

red 0 ◦ green 55 ◦ blue 126

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

Shades of Dark Cerulean #00377E

Tints of Dark Cerulean #00377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 69.61%

R = 0%
G = 30.39%
B = 69.61%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00377E (or 0x00377E) is known color: Dark Cerulean. HEX triplet: 00, 37 and 7E. RGB value is (0,55,126). Sum of RGB (Red+Green+Blue) = 0+55+126=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 126 (49.61% from 255 or 69.61% from 181); Max value from RGB is 126 - color contains mainly: blue. Hex color #00377E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00377E is #FFC881. Grayscale: #2E2E2E. Windows color (decimal): -16763010 or 8271616. OLE color: 8271616.

HSL color Cylindrical-coordinate representation of color #00377E: hue angle of 213.81º 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 #00377E is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 55 126 -
CMYK 1 0.56 0 0.51
HSL 213.81º 1% 0.25% -
HSV(B) 213.81º 1% 0.49% -
XYZ 5.13 4.24 20.29 -
YUV 46.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 0 55 126 1 0.56 0 0.51 213.81 1 0.25
Hex 0 37 7E 64 38 0 33 D6 64 19
Octal 0 67 176 144 70 0 63 326 144 31
Binary 0 110111 1111110 1100100 111000 0 110011 11010110 1100100 11001

Color Harmonies of #00377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00377E

Black with #00377E

Text Example


Text Example

White with #00377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00377E; }

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

 H1.HeaderClassName
 {
   color: #00377E;
 }
 .AnyTagClassName
 {
   color: #00377E;
 }
</style>

background-color css

<style>
 a { background-color: #00377E; }

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

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

border-color css

<style>
 span { border-color: #00377E; }

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

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