Html Css Color HEX #0375BF Navy Blue

📋 copy color: '#0375BF'

red 3 ◦ green 117 ◦ blue 191

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

Shades of Navy Blue #0375BF

Tints of Navy Blue #0375BF

RGB

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

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

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

R = 0.96%
G = 37.62%
B = 61.41%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0375BF (or 0x0375BF) is known color: Navy Blue. HEX triplet: 03, 75 and BF. RGB value is (3,117,191). Sum of RGB (Red+Green+Blue) = 3+117+191=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #0375BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375BF is #FC8A40. Grayscale: #5A5A5A. Windows color (decimal): -16550465 or 12547331. OLE color: 12547331.

HSL color Cylindrical-coordinate representation of color #0375BF: hue angle of 203.62º 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 #0375BF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 117 191 -
CMYK 0.98 0.39 0 0.25
HSL 203.62º 0.97% 0.38% -
HSV(B) 203.62º 0.98% 0.75% -
XYZ 15.8 16.5 51.64 -
YUV 91.35 184.23 64.98 -
System Red Green Blue C M Y K H S L
Decimal 3 117 191 0.98 0.39 0 0.25 203.62 0.97 0.38
Hex 3 75 BF 62 27 0 19 CC 61 26
Octal 3 165 277 142 47 0 31 314 141 46
Binary 11 1110101 10111111 1100010 100111 0 11001 11001100 1100001 100110

Color Harmonies of #0375BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375BF

Black with #0375BF

Text Example


Text Example

White with #0375BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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