Html Css Color HEX #0247B6 Cobalt

📋 copy color: '#0247B6'

red 2 ◦ green 71 ◦ blue 182

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

Shades of Cobalt #0247B6

Tints of Cobalt #0247B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 71.37%

R = 0.78%
G = 27.84%
B = 71.37%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0247B6 (or 0x0247B6) is known color: Cobalt. HEX triplet: 02, 47 and B6. RGB value is (2,71,182). Sum of RGB (Red+Green+Blue) = 2+71+182=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #0247B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247B6 is #FDB849. Grayscale: #3E3E3E. Windows color (decimal): -16627786 or 11945730. OLE color: 11945730.

HSL color Cylindrical-coordinate representation of color #0247B6: hue angle of 217º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247B6 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 71 182 -
CMYK 0.99 0.61 0 0.29
HSL 217º 0.98% 0.36% -
HSV(B) 217º 0.99% 0.71% -
XYZ 10.72 7.9 45.22 -
YUV 63.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 2 71 182 0.99 0.61 0 0.29 217 0.98 0.36
Hex 2 47 B6 63 3D 0 1D D9 62 24
Octal 2 107 266 143 75 0 35 331 142 44
Binary 10 1000111 10110110 1100011 111101 0 11101 11011001 1100010 100100

Color Harmonies of #0247B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247B6

Black with #0247B6

Text Example


Text Example

White with #0247B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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