Html Css Color HEX #0279CE Navy Blue

📋 copy color: '#0279CE'

red 2 ◦ green 121 ◦ blue 206

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

Shades of Navy Blue #0279CE

Tints of Navy Blue #0279CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.78%

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

R = 0.61%
G = 36.78%
B = 62.61%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0279CE (or 0x0279CE) is known color: Navy Blue. HEX triplet: 02, 79 and CE. RGB value is (2,121,206). Sum of RGB (Red+Green+Blue) = 2+121+206=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #0279CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279CE is #FD8631. Grayscale: #5E5E5E. Windows color (decimal): -16614962 or 13531394. OLE color: 13531394.

HSL color Cylindrical-coordinate representation of color #0279CE: hue angle of 205º 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 #0279CE is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 121 206 -
CMYK 0.99 0.41 0 0.19
HSL 205º 0.98% 0.41% -
HSV(B) 205º 0.99% 0.81% -
XYZ 18 18.14 60.95 -
YUV 95.11 190.58 61.59 -
System Red Green Blue C M Y K H S L
Decimal 2 121 206 0.99 0.41 0 0.19 205 0.98 0.41
Hex 2 79 CE 63 29 0 13 CD 62 29
Octal 2 171 316 143 51 0 23 315 142 51
Binary 10 1111001 11001110 1100011 101001 0 10011 11001101 1100010 101001

Color Harmonies of #0279CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0279CE

Black with #0279CE

Text Example


Text Example

White with #0279CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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