Html Css Color HEX #0247B7 Cobalt

📋 copy color: '#0247B7'

red 2 ◦ green 71 ◦ blue 183

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

Shades of Cobalt #0247B7

Tints of Cobalt #0247B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 71.48%

R = 0.78%
G = 27.73%
B = 71.48%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0247B7 (or 0x0247B7) is known color: Cobalt. HEX triplet: 02, 47 and B7. RGB value is (2,71,183). Sum of RGB (Red+Green+Blue) = 2+71+183=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 183 (71.88% from 255 or 71.48% from 256); Max value from RGB is 183 - color contains mainly: blue. Hex color #0247B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247B7 is #FDB848. Grayscale: #3E3E3E. Windows color (decimal): -16627785 or 12011266. OLE color: 12011266.

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

Color convert

RGB 2 71 183 -
CMYK 0.99 0.61 0 0.28
HSL 217.13º 0.98% 0.36% -
HSV(B) 217.13º 0.99% 0.72% -
XYZ 10.83 7.94 45.76 -
YUV 63.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 2 71 183 0.99 0.61 0 0.28 217.13 0.98 0.36
Hex 2 47 B7 63 3D 0 1C D9 62 24
Octal 2 107 267 143 75 0 34 331 142 44
Binary 10 1000111 10110111 1100011 111101 0 11100 11011001 1100010 100100

Color Harmonies of #0247B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247B7

Black with #0247B7

Text Example


Text Example

White with #0247B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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