Html Css Color HEX #0D347E Dark Cerulean

📋 copy color: '#0D347E'

red 13 ◦ green 52 ◦ blue 126

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

Shades of Dark Cerulean #0D347E

Tints of Dark Cerulean #0D347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.23%

 BLUE value IS 126 (49.61% from 255) = 65.97%

R = 6.81%
G = 27.23%
B = 65.97%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D347E (or 0x0D347E) is known color: Dark Cerulean. HEX triplet: 0D, 34 and 7E. RGB value is (13,52,126). Sum of RGB (Red+Green+Blue) = 13+52+126=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D347E is #F2CB81. Grayscale: #303030. Windows color (decimal): -15911810 or 8270861. OLE color: 8270861.

HSL color Cylindrical-coordinate representation of color #0D347E: hue angle of 219.29º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D347E is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 52 126 -
CMYK 0.90 0.59 0 0.51
HSL 219.29º 0.81% 0.27% -
HSV(B) 219.29º 0.9% 0.49% -
XYZ 5.16 4.05 20.25 -
YUV 48.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 13 52 126 0.90 0.59 0 0.51 219.29 0.81 0.27
Hex D 34 7E 5A 3B 0 33 DB 51 1B
Octal 15 64 176 132 73 0 63 333 121 33
Binary 1101 110100 1111110 1011010 111011 0 110011 11011011 1010001 11011

Color Harmonies of #0D347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D347E

Black with #0D347E

Text Example


Text Example

White with #0D347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,52,126); }

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

background-color css

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

 a { background-color: rgb(13,52,126); }

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

border-color css

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

 span { border-color: rgb(13,52,126); }

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