Html Css Color HEX #0279DF Navy Blue

📋 copy color: '#0279DF'

red 2 ◦ green 121 ◦ blue 223

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

Shades of Navy Blue #0279DF

Tints of Navy Blue #0279DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 0.58%
G = 34.97%
B = 64.45%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0279DF (or 0x0279DF) is known color: Navy Blue. HEX triplet: 02, 79 and DF. RGB value is (2,121,223). Sum of RGB (Red+Green+Blue) = 2+121+223=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #0279DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279DF is #FD8620. Grayscale: #606060. Windows color (decimal): -16614945 or 14645506. OLE color: 14645506.

HSL color Cylindrical-coordinate representation of color #0279DF: hue angle of 207.69º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279DF is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 121 223 -
CMYK 0.99 0.46 0 0.13
HSL 207.69º 0.98% 0.44% -
HSV(B) 207.69º 0.99% 0.87% -
XYZ 20.18 19.02 72.42 -
YUV 97.05 199.08 60.21 -
System Red Green Blue C M Y K H S L
Decimal 2 121 223 0.99 0.46 0 0.13 207.69 0.98 0.44
Hex 2 79 DF 63 2E 0 D D0 62 2C
Octal 2 171 337 143 56 0 15 320 142 54
Binary 10 1111001 11011111 1100011 101110 0 1101 11010000 1100010 101100

Color Harmonies of #0279DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0279DF

Black with #0279DF

Text Example


Text Example

White with #0279DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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