Html Css Color HEX #0351BD Cobalt

📋 copy color: '#0351BD'

red 3 ◦ green 81 ◦ blue 189

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

Shades of Cobalt #0351BD

Tints of Cobalt #0351BD

RGB

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

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

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

R = 1.1%
G = 29.67%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0351BD (or 0x0351BD) is known color: Cobalt. HEX triplet: 03, 51 and BD. RGB value is (3,81,189). Sum of RGB (Red+Green+Blue) = 3+81+189=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #0351BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0351BD is #FCAE42. Grayscale: #454545. Windows color (decimal): -16559683 or 12407043. OLE color: 12407043.

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

Color convert

RGB 3 81 189 -
CMYK 0.98 0.57 0 0.26
HSL 214.84º 0.97% 0.38% -
HSV(B) 214.84º 0.98% 0.74% -
XYZ 12.17 9.58 49.35 -
YUV 69.99 195.16 80.22 -
System Red Green Blue C M Y K H S L
Decimal 3 81 189 0.98 0.57 0 0.26 214.84 0.97 0.38
Hex 3 51 BD 62 39 0 1A D7 61 26
Octal 3 121 275 142 71 0 32 327 141 46
Binary 11 1010001 10111101 1100010 111001 0 11010 11010111 1100001 100110

Color Harmonies of #0351BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0351BD

Black with #0351BD

Text Example


Text Example

White with #0351BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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