#0A45BC

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

Shades of Cobalt #0A45BC

Tints of Cobalt #0A45BC

Color information

#0A45BC (or 0x0A45BC) is unknown color: approx Cobalt. HEX triplet: 0A, 45 and BC. RGB value is (10,69,188). Sum of RGB (Red+Green+Blue) = 10+69+188=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A45BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A45BC is #F5BA43. Grayscale: #404040. Windows color (decimal): -16104004 or 12338442. OLE color: 12338442.

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

Color convert

RGB1069188-
CMYK0.950.6300.26
HSL220.11º89.9%38.82%-
HSV(B)220.11º94.68%73.73%-
XYZ11.337.9548.51-
YUV64.93197.4588.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.75%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=3.75%
G=25.84%
B=70.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10691880.950.6300.26220.1189.938.82
HexA45BC5F3F01Adc5a27
Octal121052741377703233413247
Binary10101000101101111001011111111111011010110111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,69,188); }

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

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

 a { background-color: rgb(10,69,188); }

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

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

 span { border-color: rgb(10,69,188); }

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