Html Css Color HEX #0247BC Cobalt

📋 copy color: '#0247BC'

red 2 ◦ green 71 ◦ blue 188

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

Shades of Cobalt #0247BC

Tints of Cobalt #0247BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.03%

R = 0.77%
G = 27.2%
B = 72.03%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0247BC (or 0x0247BC) is known color: Cobalt. HEX triplet: 02, 47 and BC. RGB value is (2,71,188). Sum of RGB (Red+Green+Blue) = 2+71+188=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #0247BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247BC is #FDB843. Grayscale: #3F3F3F. Windows color (decimal): -16627780 or 12338946. OLE color: 12338946.

HSL color Cylindrical-coordinate representation of color #0247BC: hue angle of 217.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247BC is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 71 188 -
CMYK 0.99 0.62 0 0.26
HSL 217.74º 0.98% 0.37% -
HSV(B) 217.74º 0.99% 0.74% -
XYZ 11.36 8.15 48.55 -
YUV 63.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 2 71 188 0.99 0.62 0 0.26 217.74 0.98 0.37
Hex 2 47 BC 63 3E 0 1A DA 62 25
Octal 2 107 274 143 76 0 32 332 142 45
Binary 10 1000111 10111100 1100011 111110 0 11010 11011010 1100010 100101

Color Harmonies of #0247BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247BC

Black with #0247BC

Text Example


Text Example

White with #0247BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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