Html Css Color HEX #0675EE Navy Blue

📋 copy color: '#0675EE'

red 6 ◦ green 117 ◦ blue 238

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

Shades of Navy Blue #0675EE

Tints of Navy Blue #0675EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 1.66%
G = 32.41%
B = 65.93%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0675EE (or 0x0675EE) is known color: Navy Blue. HEX triplet: 06, 75 and EE. RGB value is (6,117,238). Sum of RGB (Red+Green+Blue) = 6+117+238=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #0675EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675EE is #F98A11. Grayscale: #616161. Windows color (decimal): -16353810 or 15627526. OLE color: 15627526.

HSL color Cylindrical-coordinate representation of color #0675EE: hue angle of 211.29º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675EE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 117 238 -
CMYK 0.97 0.51 0 0.07
HSL 211.29º 0.95% 0.48% -
HSV(B) 211.29º 0.97% 0.93% -
XYZ 21.87 18.93 83.39 -
YUV 97.61 207.23 62.66 -
System Red Green Blue C M Y K H S L
Decimal 6 117 238 0.97 0.51 0 0.07 211.29 0.95 0.48
Hex 6 75 EE 61 33 0 7 D3 5F 30
Octal 6 165 356 141 63 0 7 323 137 60
Binary 110 1110101 11101110 1100001 110011 0 111 11010011 1011111 110000

Color Harmonies of #0675EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675EE

Black with #0675EE

Text Example


Text Example

White with #0675EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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