Html Css Color HEX #00278C Smalt

📋 copy color: '#00278C'

red 0 ◦ green 39 ◦ blue 140

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

Shades of Smalt #00278C

Tints of Smalt #00278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 78.21%

R = 0%
G = 21.79%
B = 78.21%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00278C (or 0x00278C) is known color: Smalt. HEX triplet: 00, 27 and 8C. RGB value is (0,39,140). Sum of RGB (Red+Green+Blue) = 0+39+140=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #00278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00278C is #FFD873. Grayscale: #262626. Windows color (decimal): -16767092 or 9185024. OLE color: 9185024.

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

Color convert

RGB 0 39 140 -
CMYK 1 0.72 0 0.45
HSL 223.29º 1% 0.27% -
HSV(B) 223.29º 1% 0.55% -
XYZ 5.46 3.34 25.17 -
YUV 38.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 0 39 140 1 0.72 0 0.45 223.29 1 0.27
Hex 0 27 8C 64 48 0 2D DF 64 1B
Octal 0 47 214 144 110 0 55 337 144 33
Binary 0 100111 10001100 1100100 1001000 0 101101 11011111 1100100 11011

Color Harmonies of #00278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00278C

Black with #00278C

Text Example


Text Example

White with #00278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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