Html Css Color HEX #0353BC Cobalt

📋 copy color: '#0353BC'

red 3 ◦ green 83 ◦ blue 188

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

Shades of Cobalt #0353BC

Tints of Cobalt #0353BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 1.09%
G = 30.29%
B = 68.61%

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

#0353BC (or 0x0353BC) is known color: Cobalt. HEX triplet: 03, 53 and BC. RGB value is (3,83,188). Sum of RGB (Red+Green+Blue) = 3+83+188=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #0353BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353BC is #FCAC43. Grayscale: #464646. Windows color (decimal): -16559172 or 12342019. OLE color: 12342019.

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

Color convert

RGB 3 83 188 -
CMYK 0.98 0.56 0 0.26
HSL 214.05º 0.97% 0.37% -
HSV(B) 214.05º 0.98% 0.74% -
XYZ 12.21 9.84 48.83 -
YUV 71.05 194 79.46 -
System Red Green Blue C M Y K H S L
Decimal 3 83 188 0.98 0.56 0 0.26 214.05 0.97 0.37
Hex 3 53 BC 62 38 0 1A D6 61 25
Octal 3 123 274 142 70 0 32 326 141 45
Binary 11 1010011 10111100 1100010 111000 0 11010 11010110 1100001 100101

Color Harmonies of #0353BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353BC

Black with #0353BC

Text Example


Text Example

White with #0353BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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