Html Css Color HEX #0341A0 Cobalt

📋 copy color: '#0341A0'

red 3 ◦ green 65 ◦ blue 160

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

Shades of Cobalt #0341A0

Tints of Cobalt #0341A0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

 BLUE value IS 160 (62.89% from 255) = 70.18%

R = 1.32%
G = 28.51%
B = 70.18%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0341A0 (or 0x0341A0) is known color: Cobalt. HEX triplet: 03, 41 and A0. RGB value is (3,65,160). Sum of RGB (Red+Green+Blue) = 3+65+160=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #0341A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0341A0 is #FCBE5F. Grayscale: #383838. Windows color (decimal): -16563808 or 10502403. OLE color: 10502403.

HSL color Cylindrical-coordinate representation of color #0341A0: hue angle of 216.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0341A0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 65 160 -
CMYK 0.98 0.59 0 0.37
HSL 216.31º 0.96% 0.32% -
HSV(B) 216.31º 0.98% 0.63% -
XYZ 8.27 6.34 34.05 -
YUV 57.29 185.96 89.28 -
System Red Green Blue C M Y K H S L
Decimal 3 65 160 0.98 0.59 0 0.37 216.31 0.96 0.32
Hex 3 41 A0 62 3B 0 25 D8 60 20
Octal 3 101 240 142 73 0 45 330 140 40
Binary 11 1000001 10100000 1100010 111011 0 100101 11011000 1100000 100000

Color Harmonies of #0341A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341A0

Black with #0341A0

Text Example


Text Example

White with #0341A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0341A0; }

 p { color: rgb(3,65,160); }

 H1.HeaderClassName
 {
   color: #0341A0;
 }
 .AnyTagClassName
 {
   color: #0341A0;
 }
</style>

background-color css

<style>
 a { background-color: #0341A0; }

 a { background-color: rgb(3,65,160); }

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

border-color css

<style>
 span { border-color: #0341A0; }

 span { border-color: rgb(3,65,160); }

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