Html Css Color HEX #0D3779 Dark Cerulean

📋 copy color: '#0D3779'

red 13 ◦ green 55 ◦ blue 121

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

Shades of Dark Cerulean #0D3779

Tints of Dark Cerulean #0D3779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 64.02%

R = 6.88%
G = 29.1%
B = 64.02%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D3779 (or 0x0D3779) is known color: Dark Cerulean. HEX triplet: 0D, 37 and 79. RGB value is (13,55,121). Sum of RGB (Red+Green+Blue) = 13+55+121=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D3779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3779 is #F2C886. Grayscale: #313131. Windows color (decimal): -15911047 or 7943949. OLE color: 7943949.

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

Color convert

RGB 13 55 121 -
CMYK 0.89 0.55 0 0.53
HSL 216.67º 0.81% 0.26% -
HSV(B) 216.67º 0.89% 0.47% -
XYZ 4.98 4.2 18.64 -
YUV 49.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 13 55 121 0.89 0.55 0 0.53 216.67 0.81 0.26
Hex D 37 79 59 37 0 35 D9 51 1A
Octal 15 67 171 131 67 0 65 331 121 32
Binary 1101 110111 1111001 1011001 110111 0 110101 11011001 1010001 11010

Color Harmonies of #0D3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3779

Black with #0D3779

Text Example


Text Example

White with #0D3779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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