Html Css Color HEX #0247CB Cobalt

📋 copy color: '#0247CB'

red 2 ◦ green 71 ◦ blue 203

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

Shades of Cobalt #0247CB

Tints of Cobalt #0247CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.55%

R = 0.72%
G = 25.72%
B = 73.55%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0247CB (or 0x0247CB) is known color: Cobalt. HEX triplet: 02, 47 and CB. RGB value is (2,71,203). Sum of RGB (Red+Green+Blue) = 2+71+203=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #0247CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247CB is #FDB834. Grayscale: #404040. Windows color (decimal): -16627765 or 13321986. OLE color: 13321986.

HSL color Cylindrical-coordinate representation of color #0247CB: hue angle of 219.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247CB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 71 203 -
CMYK 0.99 0.65 0 0.20
HSL 219.4º 0.98% 0.4% -
HSV(B) 219.4º 0.99% 0.8% -
XYZ 13.06 8.83 57.52 -
YUV 65.42 205.64 82.77 -
System Red Green Blue C M Y K H S L
Decimal 2 71 203 0.99 0.65 0 0.20 219.4 0.98 0.4
Hex 2 47 CB 63 41 0 14 DB 62 28
Octal 2 107 313 143 101 0 24 333 142 50
Binary 10 1000111 11001011 1100011 1000001 0 10100 11011011 1100010 101000

Color Harmonies of #0247CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247CB

Black with #0247CB

Text Example


Text Example

White with #0247CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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