Html Css Color HEX #0347AB Cobalt

📋 copy color: '#0347AB'

red 3 ◦ green 71 ◦ blue 171

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

Shades of Cobalt #0347AB

Tints of Cobalt #0347AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 171 (67.19% from 255) = 69.8%

R = 1.22%
G = 28.98%
B = 69.8%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0347AB (or 0x0347AB) is known color: Cobalt. HEX triplet: 03, 47 and AB. RGB value is (3,71,171). Sum of RGB (Red+Green+Blue) = 3+71+171=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #0347AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0347AB is #FCB854. Grayscale: #3D3D3D. Windows color (decimal): -16562261 or 11224835. OLE color: 11224835.

HSL color Cylindrical-coordinate representation of color #0347AB: hue angle of 215.71º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0347AB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 71 171 -
CMYK 0.98 0.58 0 0.33
HSL 215.71º 0.97% 0.34% -
HSV(B) 215.71º 0.98% 0.67% -
XYZ 9.64 7.47 39.46 -
YUV 62.07 189.47 85.87 -
System Red Green Blue C M Y K H S L
Decimal 3 71 171 0.98 0.58 0 0.33 215.71 0.97 0.34
Hex 3 47 AB 62 3A 0 21 D8 61 22
Octal 3 107 253 142 72 0 41 330 141 42
Binary 11 1000111 10101011 1100010 111010 0 100001 11011000 1100001 100010

Color Harmonies of #0347AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347AB

Black with #0347AB

Text Example


Text Example

White with #0347AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0347AB; }

 p { color: rgb(3,71,171); }

 H1.HeaderClassName
 {
   color: #0347AB;
 }
 .AnyTagClassName
 {
   color: #0347AB;
 }
</style>

background-color css

<style>
 a { background-color: #0347AB; }

 a { background-color: rgb(3,71,171); }

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

border-color css

<style>
 span { border-color: #0347AB; }

 span { border-color: rgb(3,71,171); }

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