Html Css Color HEX #0675BF Navy Blue

📋 copy color: '#0675BF'

red 6 ◦ green 117 ◦ blue 191

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

Shades of Navy Blue #0675BF

Tints of Navy Blue #0675BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.83%

R = 1.91%
G = 37.26%
B = 60.83%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0675BF (or 0x0675BF) is known color: Navy Blue. HEX triplet: 06, 75 and BF. RGB value is (6,117,191). Sum of RGB (Red+Green+Blue) = 6+117+191=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #0675BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675BF is #F98A40. Grayscale: #5B5B5B. Windows color (decimal): -16353857 or 12547334. OLE color: 12547334.

HSL color Cylindrical-coordinate representation of color #0675BF: hue angle of 204º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675BF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 117 191 -
CMYK 0.97 0.39 0 0.25
HSL 204º 0.94% 0.39% -
HSV(B) 204º 0.97% 0.75% -
XYZ 15.84 16.52 51.64 -
YUV 92.25 183.73 66.48 -
System Red Green Blue C M Y K H S L
Decimal 6 117 191 0.97 0.39 0 0.25 204 0.94 0.39
Hex 6 75 BF 61 27 0 19 CC 5E 27
Octal 6 165 277 141 47 0 31 314 136 47
Binary 110 1110101 10111111 1100001 100111 0 11001 11001100 1011110 100111

Color Harmonies of #0675BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675BF

Black with #0675BF

Text Example


Text Example

White with #0675BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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