Html Css Color HEX #0A4CBD Cobalt

📋 copy color: '#0A4CBD'

red 10 ◦ green 76 ◦ blue 189

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

Shades of Cobalt #0A4CBD

Tints of Cobalt #0A4CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

 BLUE value IS 189 (74.22% from 255) = 68.73%

R = 3.64%
G = 27.64%
B = 68.73%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A4CBD (or 0x0A4CBD) is known color: Cobalt. HEX triplet: 0A, 4C and BD. RGB value is (10,76,189). Sum of RGB (Red+Green+Blue) = 10+76+189=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A4CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4CBD is #F5B342. Grayscale: #444444. Windows color (decimal): -16102211 or 12405770. OLE color: 12405770.

HSL color Cylindrical-coordinate representation of color #0A4CBD: hue angle of 217.88º 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 #0A4CBD is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 76 189 -
CMYK 0.95 0.60 0 0.26
HSL 217.88º 0.9% 0.39% -
HSV(B) 217.88º 0.95% 0.74% -
XYZ 11.89 8.91 49.24 -
YUV 69.15 195.63 85.81 -
System Red Green Blue C M Y K H S L
Decimal 10 76 189 0.95 0.60 0 0.26 217.88 0.9 0.39
Hex A 4C BD 5F 3C 0 1A DA 5A 27
Octal 12 114 275 137 74 0 32 332 132 47
Binary 1010 1001100 10111101 1011111 111100 0 11010 11011010 1011010 100111

Color Harmonies of #0A4CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4CBD

Black with #0A4CBD

Text Example


Text Example

White with #0A4CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,76,189); }

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

background-color css

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

 a { background-color: rgb(10,76,189); }

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

border-color css

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

 span { border-color: rgb(10,76,189); }

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