Html Css Color HEX #0247CE Navy Blue

📋 copy color: '#0247CE'

red 2 ◦ green 71 ◦ blue 206

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

Shades of Navy Blue #0247CE

Tints of Navy Blue #0247CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.84%

R = 0.72%
G = 25.45%
B = 73.84%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0247CE (or 0x0247CE) is known color: Navy Blue. HEX triplet: 02, 47 and CE. RGB value is (2,71,206). Sum of RGB (Red+Green+Blue) = 2+71+206=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #0247CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247CE is #FDB831. Grayscale: #414141. Windows color (decimal): -16627762 or 13518594. OLE color: 13518594.

HSL color Cylindrical-coordinate representation of color #0247CE: hue angle of 219.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247CE is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 71 206 -
CMYK 0.99 0.66 0 0.19
HSL 219.71º 0.98% 0.41% -
HSV(B) 219.71º 0.99% 0.81% -
XYZ 13.42 8.98 59.42 -
YUV 65.76 207.14 82.52 -
System Red Green Blue C M Y K H S L
Decimal 2 71 206 0.99 0.66 0 0.19 219.71 0.98 0.41
Hex 2 47 CE 63 42 0 13 DC 62 29
Octal 2 107 316 143 102 0 23 334 142 51
Binary 10 1000111 11001110 1100011 1000010 0 10011 11011100 1100010 101001

Color Harmonies of #0247CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247CE

Black with #0247CE

Text Example


Text Example

White with #0247CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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