Html Css Color HEX #0D3885 Dark Cerulean

📋 copy color: '#0D3885'

red 13 ◦ green 56 ◦ blue 133

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

Shades of Dark Cerulean #0D3885

Tints of Dark Cerulean #0D3885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 6.44%
G = 27.72%
B = 65.84%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D3885 (or 0x0D3885) is known color: Dark Cerulean. HEX triplet: 0D, 38 and 85. RGB value is (13,56,133). Sum of RGB (Red+Green+Blue) = 13+56+133=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D3885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3885 is #F2C77A. Grayscale: #333333. Windows color (decimal): -15910779 or 8730637. OLE color: 8730637.

HSL color Cylindrical-coordinate representation of color #0D3885: hue angle of 218.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3885 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 56 133 -
CMYK 0.90 0.58 0 0.48
HSL 218.5º 0.82% 0.29% -
HSV(B) 218.5º 0.9% 0.52% -
XYZ 5.81 4.61 22.77 -
YUV 51.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 13 56 133 0.90 0.58 0 0.48 218.5 0.82 0.29
Hex D 38 85 5A 3A 0 30 DA 52 1D
Octal 15 70 205 132 72 0 60 332 122 35
Binary 1101 111000 10000101 1011010 111010 0 110000 11011010 1010010 11101

Color Harmonies of #0D3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3885

Black with #0D3885

Text Example


Text Example

White with #0D3885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,56,133); }

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

background-color css

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

 a { background-color: rgb(13,56,133); }

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

border-color css

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

 span { border-color: rgb(13,56,133); }

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