Html Css Color HEX #00379A Smalt

📋 copy color: '#00379A'

red 0 ◦ green 55 ◦ blue 154

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

Shades of Smalt #00379A

Tints of Smalt #00379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 73.68%

R = 0%
G = 26.32%
B = 73.68%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#00379A (or 0x00379A) is known color: Smalt. HEX triplet: 00, 37 and 9A. RGB value is (0,55,154). Sum of RGB (Red+Green+Blue) = 0+55+154=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #00379A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00379A is #FFC865. Grayscale: #313131. Windows color (decimal): -16762982 or 10106624. OLE color: 10106624.

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

Color convert

RGB 0 55 154 -
CMYK 1 0.64 0 0.40
HSL 218.57º 1% 0.3% -
HSV(B) 218.57º 1% 0.6% -
XYZ 7.2 5.07 31.17 -
YUV 49.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 0 55 154 1 0.64 0 0.40 218.57 1 0.3
Hex 0 37 9A 64 40 0 28 DB 64 1E
Octal 0 67 232 144 100 0 50 333 144 36
Binary 0 110111 10011010 1100100 1000000 0 101000 11011011 1100100 11110

Color Harmonies of #00379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00379A

Black with #00379A

Text Example


Text Example

White with #00379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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