Html Css Color HEX #0675E9 Navy Blue

📋 copy color: '#0675E9'

red 6 ◦ green 117 ◦ blue 233

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

Shades of Navy Blue #0675E9

Tints of Navy Blue #0675E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 65.45%

R = 1.69%
G = 32.87%
B = 65.45%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0675E9 (or 0x0675E9) is known color: Navy Blue. HEX triplet: 06, 75 and E9. RGB value is (6,117,233). Sum of RGB (Red+Green+Blue) = 6+117+233=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #0675E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675E9 is #F98A16. Grayscale: #606060. Windows color (decimal): -16353815 or 15299846. OLE color: 15299846.

HSL color Cylindrical-coordinate representation of color #0675E9: hue angle of 210.66º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675E9 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 117 233 -
CMYK 0.97 0.50 0 0.09
HSL 210.66º 0.95% 0.47% -
HSV(B) 210.66º 0.97% 0.91% -
XYZ 21.14 18.64 79.58 -
YUV 97.04 204.73 63.07 -
System Red Green Blue C M Y K H S L
Decimal 6 117 233 0.97 0.50 0 0.09 210.66 0.95 0.47
Hex 6 75 E9 61 32 0 9 D3 5F 2F
Octal 6 165 351 141 62 0 11 323 137 57
Binary 110 1110101 11101001 1100001 110010 0 1001 11010011 1011111 101111

Color Harmonies of #0675E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675E9

Black with #0675E9

Text Example


Text Example

White with #0675E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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