Html Css Color HEX #0247C1 Cobalt

📋 copy color: '#0247C1'

red 2 ◦ green 71 ◦ blue 193

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

Shades of Cobalt #0247C1

Tints of Cobalt #0247C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 72.56%

R = 0.75%
G = 26.69%
B = 72.56%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0247C1 (or 0x0247C1) is known color: Cobalt. HEX triplet: 02, 47 and C1. RGB value is (2,71,193). Sum of RGB (Red+Green+Blue) = 2+71+193=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #0247C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247C1 is #FDB83E. Grayscale: #3F3F3F. Windows color (decimal): -16627775 or 12666626. OLE color: 12666626.

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

Color convert

RGB 2 71 193 -
CMYK 0.99 0.63 0 0.24
HSL 218.32º 0.98% 0.38% -
HSV(B) 218.32º 0.99% 0.76% -
XYZ 11.9 8.37 51.44 -
YUV 64.28 200.64 83.58 -
System Red Green Blue C M Y K H S L
Decimal 2 71 193 0.99 0.63 0 0.24 218.32 0.98 0.38
Hex 2 47 C1 63 3F 0 18 DA 62 26
Octal 2 107 301 143 77 0 30 332 142 46
Binary 10 1000111 11000001 1100011 111111 0 11000 11011010 1100010 100110

Color Harmonies of #0247C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247C1

Black with #0247C1

Text Example


Text Example

White with #0247C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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