Html Css Color HEX #0D46BB Cobalt

📋 copy color: '#0D46BB'

red 13 ◦ green 70 ◦ blue 187

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

Shades of Cobalt #0D46BB

Tints of Cobalt #0D46BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.26%

R = 4.81%
G = 25.93%
B = 69.26%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D46BB (or 0x0D46BB) is known color: Cobalt. HEX triplet: 0D, 46 and BB. RGB value is (13,70,187). Sum of RGB (Red+Green+Blue) = 13+70+187=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D46BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D46BB is #F2B944. Grayscale: #414141. Windows color (decimal): -15907141 or 12273165. OLE color: 12273165.

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

Color convert

RGB 13 70 187 -
CMYK 0.93 0.63 0 0.27
HSL 220.34º 0.87% 0.39% -
HSV(B) 220.34º 0.93% 0.73% -
XYZ 11.33 8.05 47.97 -
YUV 66.3 196.12 89.99 -
System Red Green Blue C M Y K H S L
Decimal 13 70 187 0.93 0.63 0 0.27 220.34 0.87 0.39
Hex D 46 BB 5D 3F 0 1B DC 57 27
Octal 15 106 273 135 77 0 33 334 127 47
Binary 1101 1000110 10111011 1011101 111111 0 11011 11011100 1010111 100111

Color Harmonies of #0D46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D46BB

Black with #0D46BB

Text Example


Text Example

White with #0D46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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