Html Css Color HEX #0675EF Navy Blue

📋 copy color: '#0675EF'

red 6 ◦ green 117 ◦ blue 239

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

Shades of Navy Blue #0675EF

Tints of Navy Blue #0675EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 1.66%
G = 32.32%
B = 66.02%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0675EF (or 0x0675EF) is known color: Navy Blue. HEX triplet: 06, 75 and EF. RGB value is (6,117,239). Sum of RGB (Red+Green+Blue) = 6+117+239=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #0675EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675EF is #F98A10. Grayscale: #616161. Windows color (decimal): -16353809 or 15693062. OLE color: 15693062.

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

Color convert

RGB 6 117 239 -
CMYK 0.97 0.51 0 0.06
HSL 211.42º 0.95% 0.48% -
HSV(B) 211.42º 0.97% 0.94% -
XYZ 22.02 18.99 84.17 -
YUV 97.72 207.73 62.58 -
System Red Green Blue C M Y K H S L
Decimal 6 117 239 0.97 0.51 0 0.06 211.42 0.95 0.48
Hex 6 75 EF 61 33 0 6 D3 5F 30
Octal 6 165 357 141 63 0 6 323 137 60
Binary 110 1110101 11101111 1100001 110011 0 110 11010011 1011111 110000

Color Harmonies of #0675EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675EF

Black with #0675EF

Text Example


Text Example

White with #0675EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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