Html Css Color HEX #0354BA Cobalt

📋 copy color: '#0354BA'

red 3 ◦ green 84 ◦ blue 186

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

Shades of Cobalt #0354BA

Tints of Cobalt #0354BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 186 (73.05% from 255) = 68.13%

R = 1.1%
G = 30.77%
B = 68.13%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0354BA (or 0x0354BA) is known color: Cobalt. HEX triplet: 03, 54 and BA. RGB value is (3,84,186). Sum of RGB (Red+Green+Blue) = 3+84+186=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0354BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0354BA is #FCAB45. Grayscale: #464646. Windows color (decimal): -16558918 or 12211203. OLE color: 12211203.

HSL color Cylindrical-coordinate representation of color #0354BA: hue angle of 213.44º 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 #0354BA is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 84 186 -
CMYK 0.98 0.55 0 0.27
HSL 213.44º 0.97% 0.37% -
HSV(B) 213.44º 0.98% 0.73% -
XYZ 12.07 9.91 47.73 -
YUV 71.41 192.66 79.21 -
System Red Green Blue C M Y K H S L
Decimal 3 84 186 0.98 0.55 0 0.27 213.44 0.97 0.37
Hex 3 54 BA 62 37 0 1B D5 61 25
Octal 3 124 272 142 67 0 33 325 141 45
Binary 11 1010100 10111010 1100010 110111 0 11011 11010101 1100001 100101

Color Harmonies of #0354BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0354BA

Black with #0354BA

Text Example


Text Example

White with #0354BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0354BA; }

 p { color: rgb(3,84,186); }

 H1.HeaderClassName
 {
   color: #0354BA;
 }
 .AnyTagClassName
 {
   color: #0354BA;
 }
</style>

background-color css

<style>
 a { background-color: #0354BA; }

 a { background-color: rgb(3,84,186); }

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

border-color css

<style>
 span { border-color: #0354BA; }

 span { border-color: rgb(3,84,186); }

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