#0d468f

Color #0D468F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0D468F

Tints of Dark Cerulean #0D468F

Color information

#0D468F (or 0x0D468F) is unknown color: approx 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

RGB1370143-
CMYK0.910.5100.44
HSL213.69º83.33%30.59%-
HSV(B)213.69º90.91%56.08%-
XYZ7.316.4526.85-
YUV61.28174.1293.56-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13701430.910.5100.44213.6983.3330.59
HexD468F5B3302Cd6531f
Octal151062171336305432612337
Binary11011000110100011111011011110011010110011010110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d468f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>