Html Css Color HEX #0A439D Cobalt

📋 copy color: '#0A439D'

red 10 ◦ green 67 ◦ blue 157

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

Shades of Cobalt #0A439D

Tints of Cobalt #0A439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 157 (61.72% from 255) = 67.09%

R = 4.27%
G = 28.63%
B = 67.09%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A439D (or 0x0A439D) is known color: Cobalt. HEX triplet: 0A, 43 and 9D. RGB value is (10,67,157). Sum of RGB (Red+Green+Blue) = 10+67+157=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A439D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A439D is #F5BC62. Grayscale: #3B3B3B. Windows color (decimal): -16104547 or 10306314. OLE color: 10306314.

HSL color Cylindrical-coordinate representation of color #0A439D: hue angle of 216.73º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A439D is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 67 157 -
CMYK 0.94 0.57 0 0.38
HSL 216.73º 0.88% 0.33% -
HSV(B) 216.73º 0.94% 0.62% -
XYZ 8.22 6.51 32.72 -
YUV 60.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 10 67 157 0.94 0.57 0 0.38 216.73 0.88 0.33
Hex A 43 9D 5E 39 0 26 D9 58 21
Octal 12 103 235 136 71 0 46 331 130 41
Binary 1010 1000011 10011101 1011110 111001 0 100110 11011001 1011000 100001

Color Harmonies of #0A439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A439D

Black with #0A439D

Text Example


Text Example

White with #0A439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,67,157); }

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

background-color css

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

 a { background-color: rgb(10,67,157); }

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

border-color css

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

 span { border-color: rgb(10,67,157); }

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