Html Css Color HEX #0A42BD Cobalt

📋 copy color: '#0A42BD'

red 10 ◦ green 66 ◦ blue 189

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

Shades of Cobalt #0A42BD

Tints of Cobalt #0A42BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

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

R = 3.77%
G = 24.91%
B = 71.32%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A42BD (or 0x0A42BD) is known color: Cobalt. HEX triplet: 0A, 42 and BD. RGB value is (10,66,189). Sum of RGB (Red+Green+Blue) = 10+66+189=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A42BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A42BD is #F5BD42. Grayscale: #3E3E3E. Windows color (decimal): -16104771 or 12403210. OLE color: 12403210.

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

Color convert

RGB 10 66 189 -
CMYK 0.95 0.65 0 0.26
HSL 221.23º 0.9% 0.39% -
HSV(B) 221.23º 0.95% 0.74% -
XYZ 11.26 7.64 49.02 -
YUV 63.28 198.95 90 -
System Red Green Blue C M Y K H S L
Decimal 10 66 189 0.95 0.65 0 0.26 221.23 0.9 0.39
Hex A 42 BD 5F 41 0 1A DD 5A 27
Octal 12 102 275 137 101 0 32 335 132 47
Binary 1010 1000010 10111101 1011111 1000001 0 11010 11011101 1011010 100111

Color Harmonies of #0A42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A42BD

Black with #0A42BD

Text Example


Text Example

White with #0A42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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