Html Css Color HEX #076CDF Navy Blue

📋 copy color: '#076CDF'

red 7 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #076CDF

Tints of Navy Blue #076CDF

RGB

 RED value IS 7 (3.13% from 255) = 2.07%

 GREEN value IS 108 (42.58% from 255) = 31.95%

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

R = 2.07%
G = 31.95%
B = 65.98%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#076CDF (or 0x076CDF) is known color: Navy Blue. HEX triplet: 07, 6C and DF. RGB value is (7,108,223). Sum of RGB (Red+Green+Blue) = 7+108+223=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #076CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CDF is #F89320. Grayscale: #5A5A5A. Windows color (decimal): -16290593 or 14642183. OLE color: 14642183.

HSL color Cylindrical-coordinate representation of color #076CDF: hue angle of 211.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CDF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 108 223 -
CMYK 0.97 0.52 0 0.13
HSL 211.94º 0.94% 0.45% -
HSV(B) 211.94º 0.97% 0.87% -
XYZ 18.77 16.1 71.93 -
YUV 90.91 202.54 68.15 -
System Red Green Blue C M Y K H S L
Decimal 7 108 223 0.97 0.52 0 0.13 211.94 0.94 0.45
Hex 7 6C DF 61 34 0 D D4 5E 2D
Octal 7 154 337 141 64 0 15 324 136 55
Binary 111 1101100 11011111 1100001 110100 0 1101 11010100 1011110 101101

Color Harmonies of #076CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CDF

Black with #076CDF

Text Example


Text Example

White with #076CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076CDF; }

 p { color: rgb(7,108,223); }

 H1.HeaderClassName
 {
   color: #076CDF;
 }
 .AnyTagClassName
 {
   color: #076CDF;
 }
</style>

background-color css

<style>
 a { background-color: #076CDF; }

 a { background-color: rgb(7,108,223); }

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

border-color css

<style>
 span { border-color: #076CDF; }

 span { border-color: rgb(7,108,223); }

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