Html Css Color HEX #075DCE Navy Blue

📋 copy color: '#075DCE'

red 7 ◦ green 93 ◦ blue 206

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

Shades of Navy Blue #075DCE

Tints of Navy Blue #075DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

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

R = 2.29%
G = 30.39%
B = 67.32%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#075DCE (or 0x075DCE) is known color: Navy Blue. HEX triplet: 07, 5D and CE. RGB value is (7,93,206). Sum of RGB (Red+Green+Blue) = 7+93+206=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #075DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DCE is #F8A231. Grayscale: #4F4F4F. Windows color (decimal): -16294450 or 13524231. OLE color: 13524231.

HSL color Cylindrical-coordinate representation of color #075DCE: hue angle of 214.07º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075DCE is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 93 206 -
CMYK 0.97 0.55 0 0.19
HSL 214.07º 0.93% 0.42% -
HSV(B) 214.07º 0.97% 0.81% -
XYZ 15.14 12.33 59.97 -
YUV 80.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 7 93 206 0.97 0.55 0 0.19 214.07 0.93 0.42
Hex 7 5D CE 61 37 0 13 D6 5D 2A
Octal 7 135 316 141 67 0 23 326 135 52
Binary 111 1011101 11001110 1100001 110111 0 10011 11010110 1011101 101010

Color Harmonies of #075DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DCE

Black with #075DCE

Text Example


Text Example

White with #075DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075DCE; }

 p { color: rgb(7,93,206); }

 H1.HeaderClassName
 {
   color: #075DCE;
 }
 .AnyTagClassName
 {
   color: #075DCE;
 }
</style>

background-color css

<style>
 a { background-color: #075DCE; }

 a { background-color: rgb(7,93,206); }

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

border-color css

<style>
 span { border-color: #075DCE; }

 span { border-color: rgb(7,93,206); }

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