Html Css Color HEX #0353BB Cobalt

📋 copy color: '#0353BB'

red 3 ◦ green 83 ◦ blue 187

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

Shades of Cobalt #0353BB

Tints of Cobalt #0353BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 1.1%
G = 30.4%
B = 68.5%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0353BB (or 0x0353BB) is known color: Cobalt. HEX triplet: 03, 53 and BB. RGB value is (3,83,187). Sum of RGB (Red+Green+Blue) = 3+83+187=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #0353BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353BB is #FCAC44. Grayscale: #464646. Windows color (decimal): -16559173 or 12276483. OLE color: 12276483.

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

Color convert

RGB 3 83 187 -
CMYK 0.98 0.56 0 0.27
HSL 213.91º 0.97% 0.37% -
HSV(B) 213.91º 0.98% 0.73% -
XYZ 12.1 9.79 48.27 -
YUV 70.94 193.5 79.54 -
System Red Green Blue C M Y K H S L
Decimal 3 83 187 0.98 0.56 0 0.27 213.91 0.97 0.37
Hex 3 53 BB 62 38 0 1B D6 61 25
Octal 3 123 273 142 70 0 33 326 141 45
Binary 11 1010011 10111011 1100010 111000 0 11011 11010110 1100001 100101

Color Harmonies of #0353BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353BB

Black with #0353BB

Text Example


Text Example

White with #0353BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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