Html Css Color HEX #0353BD Cobalt

📋 copy color: '#0353BD'

red 3 ◦ green 83 ◦ blue 189

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

Shades of Cobalt #0353BD

Tints of Cobalt #0353BD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 1.09%
G = 30.18%
B = 68.73%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0353BD (or 0x0353BD) is known color: Cobalt. HEX triplet: 03, 53 and BD. RGB value is (3,83,189). Sum of RGB (Red+Green+Blue) = 3+83+189=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #0353BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353BD is #FCAC42. Grayscale: #464646. Windows color (decimal): -16559171 or 12407555. OLE color: 12407555.

HSL color Cylindrical-coordinate representation of color #0353BD: hue angle of 214.19º 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 #0353BD is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 83 189 -
CMYK 0.98 0.56 0 0.26
HSL 214.19º 0.97% 0.38% -
HSV(B) 214.19º 0.98% 0.74% -
XYZ 12.32 9.88 49.4 -
YUV 71.16 194.5 79.38 -
System Red Green Blue C M Y K H S L
Decimal 3 83 189 0.98 0.56 0 0.26 214.19 0.97 0.38
Hex 3 53 BD 62 38 0 1A D6 61 26
Octal 3 123 275 142 70 0 32 326 141 46
Binary 11 1010011 10111101 1100010 111000 0 11010 11010110 1100001 100110

Color Harmonies of #0353BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353BD

Black with #0353BD

Text Example


Text Example

White with #0353BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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