Html Css Color HEX #0675CC Navy Blue

📋 copy color: '#0675CC'

red 6 ◦ green 117 ◦ blue 204

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

Shades of Navy Blue #0675CC

Tints of Navy Blue #0675CC

RGB

 RED value IS 6 (2.73% from 255) = 1.83%

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 1.83%
G = 35.78%
B = 62.39%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0675CC (or 0x0675CC) is known color: Navy Blue. HEX triplet: 06, 75 and CC. RGB value is (6,117,204). Sum of RGB (Red+Green+Blue) = 6+117+204=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #0675CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675CC is #F98A33. Grayscale: #5D5D5D. Windows color (decimal): -16353844 or 13399302. OLE color: 13399302.

HSL color Cylindrical-coordinate representation of color #0675CC: hue angle of 206.36º degrees, saturation: 0.94, 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 #0675CC is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 117 204 -
CMYK 0.97 0.43 0 0.2
HSL 206.36º 0.94% 0.41% -
HSV(B) 206.36º 0.97% 0.8% -
XYZ 17.34 17.12 59.52 -
YUV 93.73 190.23 65.43 -
System Red Green Blue C M Y K H S L
Decimal 6 117 204 0.97 0.43 0 0.2 206.36 0.94 0.41
Hex 6 75 CC 61 2B 0 14 CE 5E 29
Octal 6 165 314 141 53 0 24 316 136 51
Binary 110 1110101 11001100 1100001 101011 0 10100 11001110 1011110 101001

Color Harmonies of #0675CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675CC

Black with #0675CC

Text Example


Text Example

White with #0675CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,117,204); }

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

background-color css

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

 a { background-color: rgb(6,117,204); }

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

border-color css

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

 span { border-color: rgb(6,117,204); }

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