Html Css Color HEX #00387D Dark Cerulean

📋 copy color: '#00387D'

red 0 ◦ green 56 ◦ blue 125

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

Shades of Dark Cerulean #00387D

Tints of Dark Cerulean #00387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 0%
G = 30.94%
B = 69.06%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00387D (or 0x00387D) is known color: Dark Cerulean. HEX triplet: 00, 38 and 7D. RGB value is (0,56,125). Sum of RGB (Red+Green+Blue) = 0+56+125=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #00387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00387D is #FFC782. Grayscale: #2E2E2E. Windows color (decimal): -16762755 or 8206336. OLE color: 8206336.

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

Color convert

RGB 0 56 125 -
CMYK 1 0.55 0 0.51
HSL 213.12º 1% 0.25% -
HSV(B) 213.12º 1% 0.49% -
XYZ 5.12 4.31 19.96 -
YUV 47.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 0 56 125 1 0.55 0 0.51 213.12 1 0.25
Hex 0 38 7D 64 37 0 33 D5 64 19
Octal 0 70 175 144 67 0 63 325 144 31
Binary 0 111000 1111101 1100100 110111 0 110011 11010101 1100100 11001

Color Harmonies of #00387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00387D

Black with #00387D

Text Example


Text Example

White with #00387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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