Html Css Color HEX #0351AE Cobalt

📋 copy color: '#0351AE'

red 3 ◦ green 81 ◦ blue 174

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

Shades of Cobalt #0351AE

Tints of Cobalt #0351AE

RGB

 RED value IS 3 (1.56% from 255) = 1.16%

 GREEN value IS 81 (32.03% from 255) = 31.4%

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

R = 1.16%
G = 31.4%
B = 67.44%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0351AE (or 0x0351AE) is known color: Cobalt. HEX triplet: 03, 51 and AE. RGB value is (3,81,174). Sum of RGB (Red+Green+Blue) = 3+81+174=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #0351AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0351AE is #FCAE51. Grayscale: #434343. Windows color (decimal): -16559698 or 11424003. OLE color: 11424003.

HSL color Cylindrical-coordinate representation of color #0351AE: hue angle of 212.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0351AE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 81 174 -
CMYK 0.98 0.53 0 0.32
HSL 212.63º 0.97% 0.35% -
HSV(B) 212.63º 0.98% 0.68% -
XYZ 10.62 8.96 41.21 -
YUV 68.28 187.66 81.44 -
System Red Green Blue C M Y K H S L
Decimal 3 81 174 0.98 0.53 0 0.32 212.63 0.97 0.35
Hex 3 51 AE 62 35 0 20 D5 61 23
Octal 3 121 256 142 65 0 40 325 141 43
Binary 11 1010001 10101110 1100010 110101 0 100000 11010101 1100001 100011

Color Harmonies of #0351AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0351AE

Black with #0351AE

Text Example


Text Example

White with #0351AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0351AE; }

 p { color: rgb(3,81,174); }

 H1.HeaderClassName
 {
   color: #0351AE;
 }
 .AnyTagClassName
 {
   color: #0351AE;
 }
</style>

background-color css

<style>
 a { background-color: #0351AE; }

 a { background-color: rgb(3,81,174); }

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

border-color css

<style>
 span { border-color: #0351AE; }

 span { border-color: rgb(3,81,174); }

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