Html Css Color HEX #0D377B Dark Cerulean

📋 copy color: '#0D377B'

red 13 ◦ green 55 ◦ blue 123

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

Shades of Dark Cerulean #0D377B

Tints of Dark Cerulean #0D377B

RGB

 RED value IS 13 (5.47% from 255) = 6.81%

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

 BLUE value IS 123 (48.44% from 255) = 64.4%

R = 6.81%
G = 28.8%
B = 64.4%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0D377B (or 0x0D377B) is known color: Dark Cerulean. HEX triplet: 0D, 37 and 7B. RGB value is (13,55,123). Sum of RGB (Red+Green+Blue) = 13+55+123=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D377B is #F2C884. Grayscale: #313131. Windows color (decimal): -15911045 or 8075021. OLE color: 8075021.

HSL color Cylindrical-coordinate representation of color #0D377B: hue angle of 217.09º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D377B is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 13 55 123 -
CMYK 0.89 0.55 0 0.52
HSL 217.09º 0.81% 0.27% -
HSV(B) 217.09º 0.89% 0.48% -
XYZ 5.11 4.25 19.29 -
YUV 50.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 13 55 123 0.89 0.55 0 0.52 217.09 0.81 0.27
Hex D 37 7B 59 37 0 34 D9 51 1B
Octal 15 67 173 131 67 0 64 331 121 33
Binary 1101 110111 1111011 1011001 110111 0 110100 11011001 1010001 11011

Color Harmonies of #0D377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D377B

Black with #0D377B

Text Example


Text Example

White with #0D377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D377B; }

 p { color: rgb(13,55,123); }

 H1.HeaderClassName
 {
   color: #0D377B;
 }
 .AnyTagClassName
 {
   color: #0D377B;
 }
</style>

background-color css

<style>
 a { background-color: #0D377B; }

 a { background-color: rgb(13,55,123); }

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

border-color css

<style>
 span { border-color: #0D377B; }

 span { border-color: rgb(13,55,123); }

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