Html Css Color HEX #0D468F Dark Cerulean

📋 copy color: '#0D468F'

red 13 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #0D468F

Tints of Dark Cerulean #0D468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 143 (56.25% from 255) = 63.27%

R = 5.75%
G = 30.97%
B = 63.27%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D468F (or 0x0D468F) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 8F. RGB value is (13,70,143). Sum of RGB (Red+Green+Blue) = 13+70+143=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D468F is #F2B970. Grayscale: #3C3C3C. Windows color (decimal): -15907185 or 9389581. OLE color: 9389581.

HSL color Cylindrical-coordinate representation of color #0D468F: hue angle of 213.69º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D468F is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 70 143 -
CMYK 0.91 0.51 0 0.44
HSL 213.69º 0.83% 0.31% -
HSV(B) 213.69º 0.91% 0.56% -
XYZ 7.31 6.45 26.85 -
YUV 61.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 13 70 143 0.91 0.51 0 0.44 213.69 0.83 0.31
Hex D 46 8F 5B 33 0 2C D6 53 1F
Octal 15 106 217 133 63 0 54 326 123 37
Binary 1101 1000110 10001111 1011011 110011 0 101100 11010110 1010011 11111

Color Harmonies of #0D468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D468F

Black with #0D468F

Text Example


Text Example

White with #0D468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,143); }

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

background-color css

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

 a { background-color: rgb(13,70,143); }

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

border-color css

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

 span { border-color: rgb(13,70,143); }

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