Html Css Color HEX #0D4D7B Dark Cerulean

📋 copy color: '#0D4D7B'

red 13 ◦ green 77 ◦ blue 123

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

Shades of Dark Cerulean #0D4D7B

Tints of Dark Cerulean #0D4D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

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

R = 6.1%
G = 36.15%
B = 57.75%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0D4D7B (or 0x0D4D7B) is known color: Dark Cerulean. HEX triplet: 0D, 4D and 7B. RGB value is (13,77,123). Sum of RGB (Red+Green+Blue) = 13+77+123=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D4D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D7B is #F2B284. Grayscale: #3E3E3E. Windows color (decimal): -15905413 or 8080653. OLE color: 8080653.

HSL color Cylindrical-coordinate representation of color #0D4D7B: hue angle of 205.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 #0D4D7B is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 13 77 123 -
CMYK 0.89 0.37 0 0.52
HSL 205.09º 0.81% 0.27% -
HSV(B) 205.09º 0.89% 0.48% -
XYZ 6.4 6.82 19.72 -
YUV 63.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 13 77 123 0.89 0.37 0 0.52 205.09 0.81 0.27
Hex D 4D 7B 59 25 0 34 CD 51 1B
Octal 15 115 173 131 45 0 64 315 121 33
Binary 1101 1001101 1111011 1011001 100101 0 110100 11001101 1010001 11011

Color Harmonies of #0D4D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D7B

Black with #0D4D7B

Text Example


Text Example

White with #0D4D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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