Html Css Color HEX #0675CF Navy Blue

📋 copy color: '#0675CF'

red 6 ◦ green 117 ◦ blue 207

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

Shades of Navy Blue #0675CF

Tints of Navy Blue #0675CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 1.82%
G = 35.45%
B = 62.73%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0675CF (or 0x0675CF) is known color: Navy Blue. HEX triplet: 06, 75 and CF. RGB value is (6,117,207). Sum of RGB (Red+Green+Blue) = 6+117+207=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #0675CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675CF is #F98A30. Grayscale: #5D5D5D. Windows color (decimal): -16353841 or 13595910. OLE color: 13595910.

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

Color convert

RGB 6 117 207 -
CMYK 0.97 0.43 0 0.19
HSL 206.87º 0.94% 0.42% -
HSV(B) 206.87º 0.97% 0.81% -
XYZ 17.7 17.27 61.43 -
YUV 94.07 191.73 65.18 -
System Red Green Blue C M Y K H S L
Decimal 6 117 207 0.97 0.43 0 0.19 206.87 0.94 0.42
Hex 6 75 CF 61 2B 0 13 CF 5E 2A
Octal 6 165 317 141 53 0 23 317 136 52
Binary 110 1110101 11001111 1100001 101011 0 10011 11001111 1011110 101010

Color Harmonies of #0675CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675CF

Black with #0675CF

Text Example


Text Example

White with #0675CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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