Html Css Color HEX #0A4DB7 Cobalt

📋 copy color: '#0A4DB7'

red 10 ◦ green 77 ◦ blue 183

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

Shades of Cobalt #0A4DB7

Tints of Cobalt #0A4DB7

RGB

 RED value IS 10 (4.3% from 255) = 3.7%

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 183 (71.88% from 255) = 67.78%

R = 3.7%
G = 28.52%
B = 67.78%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0A4DB7 (or 0x0A4DB7) is known color: Cobalt. HEX triplet: 0A, 4D and B7. RGB value is (10,77,183). Sum of RGB (Red+Green+Blue) = 10+77+183=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 183 (71.88% from 255 or 67.78% from 270); Max value from RGB is 183 - color contains mainly: blue. Hex color #0A4DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DB7 is #F5B248. Grayscale: #444444. Windows color (decimal): -16101961 or 12012810. OLE color: 12012810.

HSL color Cylindrical-coordinate representation of color #0A4DB7: hue angle of 216.76º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4DB7 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 77 183 -
CMYK 0.95 0.58 0 0.28
HSL 216.76º 0.9% 0.38% -
HSV(B) 216.76º 0.95% 0.72% -
XYZ 11.33 8.79 45.9 -
YUV 69.05 192.3 85.88 -
System Red Green Blue C M Y K H S L
Decimal 10 77 183 0.95 0.58 0 0.28 216.76 0.9 0.38
Hex A 4D B7 5F 3A 0 1C D9 5A 26
Octal 12 115 267 137 72 0 34 331 132 46
Binary 1010 1001101 10110111 1011111 111010 0 11100 11011001 1011010 100110

Color Harmonies of #0A4DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4DB7

Black with #0A4DB7

Text Example


Text Example

White with #0A4DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,77,183); }

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

background-color css

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

 a { background-color: rgb(10,77,183); }

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

border-color css

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

 span { border-color: rgb(10,77,183); }

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