Html Css Color HEX #0340BA Cobalt

📋 copy color: '#0340BA'

red 3 ◦ green 64 ◦ blue 186

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

Shades of Cobalt #0340BA

Tints of Cobalt #0340BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 1.19%
G = 25.3%
B = 73.52%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0340BA (or 0x0340BA) is known color: Cobalt. HEX triplet: 03, 40 and BA. RGB value is (3,64,186). Sum of RGB (Red+Green+Blue) = 3+64+186=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #0340BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340BA is #FCBF45. Grayscale: #3B3B3B. Windows color (decimal): -16564038 or 12206083. OLE color: 12206083.

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

Color convert

RGB 3 64 186 -
CMYK 0.98 0.66 0 0.27
HSL 220º 0.97% 0.37% -
HSV(B) 220º 0.98% 0.73% -
XYZ 10.73 7.23 47.28 -
YUV 59.67 199.29 87.58 -
System Red Green Blue C M Y K H S L
Decimal 3 64 186 0.98 0.66 0 0.27 220 0.97 0.37
Hex 3 40 BA 62 42 0 1B DC 61 25
Octal 3 100 272 142 102 0 33 334 141 45
Binary 11 1000000 10111010 1100010 1000010 0 11011 11011100 1100001 100101

Color Harmonies of #0340BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340BA

Black with #0340BA

Text Example


Text Example

White with #0340BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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