Html Css Color HEX #0351BF Cobalt

📋 copy color: '#0351BF'

red 3 ◦ green 81 ◦ blue 191

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

Shades of Cobalt #0351BF

Tints of Cobalt #0351BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.45%

R = 1.09%
G = 29.45%
B = 69.45%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0351BF (or 0x0351BF) is known color: Cobalt. HEX triplet: 03, 51 and BF. RGB value is (3,81,191). Sum of RGB (Red+Green+Blue) = 3+81+191=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #0351BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0351BF is #FCAE40. Grayscale: #454545. Windows color (decimal): -16559681 or 12538115. OLE color: 12538115.

HSL color Cylindrical-coordinate representation of color #0351BF: hue angle of 215.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0351BF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 81 191 -
CMYK 0.98 0.58 0 0.25
HSL 215.11º 0.97% 0.38% -
HSV(B) 215.11º 0.98% 0.75% -
XYZ 12.38 9.67 50.5 -
YUV 70.22 196.16 80.06 -
System Red Green Blue C M Y K H S L
Decimal 3 81 191 0.98 0.58 0 0.25 215.11 0.97 0.38
Hex 3 51 BF 62 3A 0 19 D7 61 26
Octal 3 121 277 142 72 0 31 327 141 46
Binary 11 1010001 10111111 1100010 111010 0 11001 11010111 1100001 100110

Color Harmonies of #0351BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0351BF

Black with #0351BF

Text Example


Text Example

White with #0351BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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