Html Css Color HEX #0762DE Navy Blue

📋 copy color: '#0762DE'

red 7 ◦ green 98 ◦ blue 222

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

Shades of Navy Blue #0762DE

Tints of Navy Blue #0762DE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 222 (87.11% from 255) = 67.89%

R = 2.14%
G = 29.97%
B = 67.89%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0762DE (or 0x0762DE) is known color: Navy Blue. HEX triplet: 07, 62 and DE. RGB value is (7,98,222). Sum of RGB (Red+Green+Blue) = 7+98+222=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #0762DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0762DE is #F89D21. Grayscale: #545454. Windows color (decimal): -16293154 or 14574087. OLE color: 14574087.

HSL color Cylindrical-coordinate representation of color #0762DE: hue angle of 214.6º 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 #0762DE is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 98 222 -
CMYK 0.97 0.56 0 0.13
HSL 214.6º 0.94% 0.45% -
HSV(B) 214.6º 0.97% 0.87% -
XYZ 17.64 14.05 70.89 -
YUV 84.93 205.35 72.42 -
System Red Green Blue C M Y K H S L
Decimal 7 98 222 0.97 0.56 0 0.13 214.6 0.94 0.45
Hex 7 62 DE 61 38 0 D D7 5E 2D
Octal 7 142 336 141 70 0 15 327 136 55
Binary 111 1100010 11011110 1100001 111000 0 1101 11010111 1011110 101101

Color Harmonies of #0762DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0762DE

Black with #0762DE

Text Example


Text Example

White with #0762DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0762DE; }

 p { color: rgb(7,98,222); }

 H1.HeaderClassName
 {
   color: #0762DE;
 }
 .AnyTagClassName
 {
   color: #0762DE;
 }
</style>

background-color css

<style>
 a { background-color: #0762DE; }

 a { background-color: rgb(7,98,222); }

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

border-color css

<style>
 span { border-color: #0762DE; }

 span { border-color: rgb(7,98,222); }

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