Html Css Color HEX #0247AD Cobalt

📋 copy color: '#0247AD'

red 2 ◦ green 71 ◦ blue 173

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

Shades of Cobalt #0247AD

Tints of Cobalt #0247AD

RGB

 RED value IS 2 (1.17% from 255) = 0.81%

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

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 0.81%
G = 28.86%
B = 70.33%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0247AD (or 0x0247AD) is known color: Cobalt. HEX triplet: 02, 47 and AD. RGB value is (2,71,173). Sum of RGB (Red+Green+Blue) = 2+71+173=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #0247AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0247AD is #FDB852. Grayscale: #3D3D3D. Windows color (decimal): -16627795 or 11355906. OLE color: 11355906.

HSL color Cylindrical-coordinate representation of color #0247AD: hue angle of 215.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247AD is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 71 173 -
CMYK 0.99 0.59 0 0.32
HSL 215.79º 0.98% 0.34% -
HSV(B) 215.79º 0.99% 0.68% -
XYZ 9.82 7.54 40.47 -
YUV 62 190.64 85.21 -
System Red Green Blue C M Y K H S L
Decimal 2 71 173 0.99 0.59 0 0.32 215.79 0.98 0.34
Hex 2 47 AD 63 3B 0 20 D8 62 22
Octal 2 107 255 143 73 0 40 330 142 42
Binary 10 1000111 10101101 1100011 111011 0 100000 11011000 1100010 100010

Color Harmonies of #0247AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247AD

Black with #0247AD

Text Example


Text Example

White with #0247AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0247AD; }

 p { color: rgb(2,71,173); }

 H1.HeaderClassName
 {
   color: #0247AD;
 }
 .AnyTagClassName
 {
   color: #0247AD;
 }
</style>

background-color css

<style>
 a { background-color: #0247AD; }

 a { background-color: rgb(2,71,173); }

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

border-color css

<style>
 span { border-color: #0247AD; }

 span { border-color: rgb(2,71,173); }

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