Html Css Color HEX #0769CC Navy Blue

📋 copy color: '#0769CC'

red 7 ◦ green 105 ◦ blue 204

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

Shades of Navy Blue #0769CC

Tints of Navy Blue #0769CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 2.22%
G = 33.23%
B = 64.56%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0769CC (or 0x0769CC) is known color: Navy Blue. HEX triplet: 07, 69 and CC. RGB value is (7,105,204). Sum of RGB (Red+Green+Blue) = 7+105+204=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #0769CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0769CC is #F89633. Grayscale: #565656. Windows color (decimal): -16291380 or 13396231. OLE color: 13396231.

HSL color Cylindrical-coordinate representation of color #0769CC: hue angle of 210.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0769CC is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 105 204 -
CMYK 0.97 0.49 0 0.2
HSL 210.15º 0.93% 0.41% -
HSV(B) 210.15º 0.97% 0.8% -
XYZ 16.04 14.51 59.08 -
YUV 86.98 194.03 70.95 -
System Red Green Blue C M Y K H S L
Decimal 7 105 204 0.97 0.49 0 0.2 210.15 0.93 0.41
Hex 7 69 CC 61 31 0 14 D2 5D 29
Octal 7 151 314 141 61 0 24 322 135 51
Binary 111 1101001 11001100 1100001 110001 0 10100 11010010 1011101 101001

Color Harmonies of #0769CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0769CC

Black with #0769CC

Text Example


Text Example

White with #0769CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0769CC; }

 p { color: rgb(7,105,204); }

 H1.HeaderClassName
 {
   color: #0769CC;
 }
 .AnyTagClassName
 {
   color: #0769CC;
 }
</style>

background-color css

<style>
 a { background-color: #0769CC; }

 a { background-color: rgb(7,105,204); }

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

border-color css

<style>
 span { border-color: #0769CC; }

 span { border-color: rgb(7,105,204); }

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