Html Css Color HEX #0247BE Cobalt

📋 copy color: '#0247BE'

red 2 ◦ green 71 ◦ blue 190

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

Shades of Cobalt #0247BE

Tints of Cobalt #0247BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 72.24%

R = 0.76%
G = 27%
B = 72.24%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0247BE (or 0x0247BE) is known color: Cobalt. HEX triplet: 02, 47 and BE. RGB value is (2,71,190). Sum of RGB (Red+Green+Blue) = 2+71+190=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #0247BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247BE is #FDB841. Grayscale: #3F3F3F. Windows color (decimal): -16627778 or 12470018. OLE color: 12470018.

HSL color Cylindrical-coordinate representation of color #0247BE: hue angle of 217.98º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247BE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 71 190 -
CMYK 0.99 0.63 0 0.25
HSL 217.98º 0.98% 0.38% -
HSV(B) 217.98º 0.99% 0.75% -
XYZ 11.57 8.24 49.7 -
YUV 63.94 199.14 83.82 -
System Red Green Blue C M Y K H S L
Decimal 2 71 190 0.99 0.63 0 0.25 217.98 0.98 0.38
Hex 2 47 BE 63 3F 0 19 DA 62 26
Octal 2 107 276 143 77 0 31 332 142 46
Binary 10 1000111 10111110 1100011 111111 0 11001 11011010 1100010 100110

Color Harmonies of #0247BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247BE

Black with #0247BE

Text Example


Text Example

White with #0247BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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