Html Css Color HEX #0375BC Navy Blue

📋 copy color: '#0375BC'

red 3 ◦ green 117 ◦ blue 188

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

Shades of Navy Blue #0375BC

Tints of Navy Blue #0375BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 0.97%
G = 37.99%
B = 61.04%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0375BC (or 0x0375BC) is known color: Navy Blue. HEX triplet: 03, 75 and BC. RGB value is (3,117,188). Sum of RGB (Red+Green+Blue) = 3+117+188=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #0375BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375BC is #FC8A43. Grayscale: #5A5A5A. Windows color (decimal): -16550468 or 12350723. OLE color: 12350723.

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

Color convert

RGB 3 117 188 -
CMYK 0.98 0.38 0 0.26
HSL 203.03º 0.97% 0.37% -
HSV(B) 203.03º 0.98% 0.74% -
XYZ 15.48 16.37 49.92 -
YUV 91.01 182.73 65.23 -
System Red Green Blue C M Y K H S L
Decimal 3 117 188 0.98 0.38 0 0.26 203.03 0.97 0.37
Hex 3 75 BC 62 26 0 1A CB 61 25
Octal 3 165 274 142 46 0 32 313 141 45
Binary 11 1110101 10111100 1100010 100110 0 11010 11001011 1100001 100101

Color Harmonies of #0375BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375BC

Black with #0375BC

Text Example


Text Example

White with #0375BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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