#0D4ABC

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

Shades of Cobalt #0D4ABC

Tints of Cobalt #0D4ABC

Color information

#0D4ABC (or 0x0D4ABC) is unknown color: approx Cobalt. HEX triplet: 0D, 4A and BC. RGB value is (13,74,188). Sum of RGB (Red+Green+Blue) = 13+74+188=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D4ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ABC is #F2B543. Grayscale: #444444. Windows color (decimal): -15906116 or 12339725. OLE color: 12339725.

HSL color Cylindrical-coordinate representation of color #0D4ABC: hue angle of 219.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4ABC is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1374188-
CMYK0.930.6100.26
HSL219.09º87.06%39.41%-
HSV(B)219.09º93.09%73.73%-
XYZ11.698.6148.62-
YUV68.76195.2988.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.73%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 188 (73.83% from 255) = 68.36%
R=4.73%
G=26.91%
B=68.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13741880.930.6100.26219.0987.0639.41
HexD4ABC5D3D01Adb5727
Octal151122741357503233312747
Binary11011001010101111001011101111101011010110110111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,74,188); }

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

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

 a { background-color: rgb(13,74,188); }

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

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

 span { border-color: rgb(13,74,188); }

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