Html Css Color HEX #0A3FAE Cobalt

📋 copy color: '#0A3FAE'

red 10 ◦ green 63 ◦ blue 174

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

Shades of Cobalt #0A3FAE

Tints of Cobalt #0A3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 4.05%
G = 25.51%
B = 70.45%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A3FAE (or 0x0A3FAE) is known color: Cobalt. HEX triplet: 0A, 3F and AE. RGB value is (10,63,174). Sum of RGB (Red+Green+Blue) = 10+63+174=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A3FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3FAE is #F5C051. Grayscale: #3B3B3B. Windows color (decimal): -16105554 or 11419402. OLE color: 11419402.

HSL color Cylindrical-coordinate representation of color #0A3FAE: hue angle of 220.61º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A3FAE is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 63 174 -
CMYK 0.94 0.64 0 0.32
HSL 220.61º 0.89% 0.36% -
HSV(B) 220.61º 0.94% 0.68% -
XYZ 9.54 6.68 40.83 -
YUV 59.81 192.44 92.47 -
System Red Green Blue C M Y K H S L
Decimal 10 63 174 0.94 0.64 0 0.32 220.61 0.89 0.36
Hex A 3F AE 5E 40 0 20 DD 59 24
Octal 12 77 256 136 100 0 40 335 131 44
Binary 1010 111111 10101110 1011110 1000000 0 100000 11011101 1011001 100100

Color Harmonies of #0A3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3FAE

Black with #0A3FAE

Text Example


Text Example

White with #0A3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,174); }

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

background-color css

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

 a { background-color: rgb(10,63,174); }

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

border-color css

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

 span { border-color: rgb(10,63,174); }

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