Html Css Color HEX #0375BE Navy Blue

📋 copy color: '#0375BE'

red 3 ◦ green 117 ◦ blue 190

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

Shades of Navy Blue #0375BE

Tints of Navy Blue #0375BE

RGB

 RED value IS 3 (1.56% from 255) = 0.97%

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

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 0.97%
G = 37.74%
B = 61.29%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0375BE (or 0x0375BE) is known color: Navy Blue. HEX triplet: 03, 75 and BE. RGB value is (3,117,190). Sum of RGB (Red+Green+Blue) = 3+117+190=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #0375BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375BE is #FC8A41. Grayscale: #5A5A5A. Windows color (decimal): -16550466 or 12481795. OLE color: 12481795.

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

Color convert

RGB 3 117 190 -
CMYK 0.98 0.38 0 0.25
HSL 203.42º 0.97% 0.38% -
HSV(B) 203.42º 0.98% 0.75% -
XYZ 15.69 16.46 51.07 -
YUV 91.24 183.73 65.06 -
System Red Green Blue C M Y K H S L
Decimal 3 117 190 0.98 0.38 0 0.25 203.42 0.97 0.38
Hex 3 75 BE 62 26 0 19 CB 61 26
Octal 3 165 276 142 46 0 31 313 141 46
Binary 11 1110101 10111110 1100010 100110 0 11001 11001011 1100001 100110

Color Harmonies of #0375BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375BE

Black with #0375BE

Text Example


Text Example

White with #0375BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0375BE; }

 p { color: rgb(3,117,190); }

 H1.HeaderClassName
 {
   color: #0375BE;
 }
 .AnyTagClassName
 {
   color: #0375BE;
 }
</style>

background-color css

<style>
 a { background-color: #0375BE; }

 a { background-color: rgb(3,117,190); }

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

border-color css

<style>
 span { border-color: #0375BE; }

 span { border-color: rgb(3,117,190); }

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