Html Css Color HEX #00379B Smalt

📋 copy color: '#00379B'

red 0 ◦ green 55 ◦ blue 155

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

Shades of Smalt #00379B

Tints of Smalt #00379B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 55 (21.88% from 255) = 26.19%

 BLUE value IS 155 (60.94% from 255) = 73.81%

R = 0%
G = 26.19%
B = 73.81%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00379B (or 0x00379B) is known color: Smalt. HEX triplet: 00, 37 and 9B. RGB value is (0,55,155). Sum of RGB (Red+Green+Blue) = 0+55+155=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #00379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00379B is #FFC864. Grayscale: #313131. Windows color (decimal): -16762981 or 10172160. OLE color: 10172160.

HSL color Cylindrical-coordinate representation of color #00379B: hue angle of 218.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00379B is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 55 155 -
CMYK 1 0.65 0 0.39
HSL 218.71º 1% 0.3% -
HSV(B) 218.71º 1% 0.61% -
XYZ 7.28 5.1 31.61 -
YUV 49.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 0 55 155 1 0.65 0 0.39 218.71 1 0.3
Hex 0 37 9B 64 41 0 27 DB 64 1E
Octal 0 67 233 144 101 0 47 333 144 36
Binary 0 110111 10011011 1100100 1000001 0 100111 11011011 1100100 11110

Color Harmonies of #00379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00379B

Black with #00379B

Text Example


Text Example

White with #00379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00379B; }

 p { color: rgb(0,55,155); }

 H1.HeaderClassName
 {
   color: #00379B;
 }
 .AnyTagClassName
 {
   color: #00379B;
 }
</style>

background-color css

<style>
 a { background-color: #00379B; }

 a { background-color: rgb(0,55,155); }

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

border-color css

<style>
 span { border-color: #00379B; }

 span { border-color: rgb(0,55,155); }

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