#0D469B

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

Shades of Cobalt #0D469B

Tints of Cobalt #0D469B

Color information

#0D469B (or 0x0D469B) is unknown color: approx Cobalt. HEX triplet: 0D, 46 and 9B. RGB value is (13,70,155). Sum of RGB (Red+Green+Blue) = 13+70+155=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D469B is #F2B964. Grayscale: #3E3E3E. Windows color (decimal): -15907173 or 10176013. OLE color: 10176013.

HSL color Cylindrical-coordinate representation of color #0D469B: hue angle of 215.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D469B is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1370155-
CMYK0.920.5500.39
HSL215.92º84.52%32.94%-
HSV(B)215.92º91.61%60.78%-
XYZ8.276.8331.89-
YUV62.65180.1292.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.46%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=5.46%
G=29.41%
B=65.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13701550.920.5500.39215.9284.5232.94
HexD469B5C37027d85521
Octal151062331346704733012541
Binary110110001101001101110111001101110100111110110001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D469B;
 }
 .AnyTagClassName
 {
   color: #0D469B;
 }
</style>
background-color css

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

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

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

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

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

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