Html Css Color HEX #00278A Smalt

📋 copy color: '#00278A'

red 0 ◦ green 39 ◦ blue 138

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

Shades of Smalt #00278A

Tints of Smalt #00278A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.03%

 BLUE value IS 138 (54.3% from 255) = 77.97%

R = 0%
G = 22.03%
B = 77.97%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00278A (or 0x00278A) is known color: Smalt. HEX triplet: 00, 27 and 8A. RGB value is (0,39,138). Sum of RGB (Red+Green+Blue) = 0+39+138=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #00278A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00278A is #FFD875. Grayscale: #262626. Windows color (decimal): -16767094 or 9053952. OLE color: 9053952.

HSL color Cylindrical-coordinate representation of color #00278A: hue angle of 223.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00278A is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 39 138 -
CMYK 1 0.72 0 0.46
HSL 223.04º 1% 0.27% -
HSV(B) 223.04º 1% 0.54% -
XYZ 5.31 3.29 24.4 -
YUV 38.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 0 39 138 1 0.72 0 0.46 223.04 1 0.27
Hex 0 27 8A 64 48 0 2E DF 64 1B
Octal 0 47 212 144 110 0 56 337 144 33
Binary 0 100111 10001010 1100100 1001000 0 101110 11011111 1100100 11011

Color Harmonies of #00278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00278A

Black with #00278A

Text Example


Text Example

White with #00278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,39,138); }

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

background-color css

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

 a { background-color: rgb(0,39,138); }

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

border-color css

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

 span { border-color: rgb(0,39,138); }

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