Html Css Color HEX #00278B Smalt

📋 copy color: '#00278B'

red 0 ◦ green 39 ◦ blue 139

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

Shades of Smalt #00278B

Tints of Smalt #00278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 78.09%

R = 0%
G = 21.91%
B = 78.09%

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

#00278B (or 0x00278B) is known color: Smalt. HEX triplet: 00, 27 and 8B. RGB value is (0,39,139). Sum of RGB (Red+Green+Blue) = 0+39+139=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #00278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00278B is #FFD874. Grayscale: #262626. Windows color (decimal): -16767093 or 9119488. OLE color: 9119488.

HSL color Cylindrical-coordinate representation of color #00278B: hue angle of 223.17º 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 #00278B is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 39 139 -
CMYK 1 0.72 0 0.45
HSL 223.17º 1% 0.27% -
HSV(B) 223.17º 1% 0.55% -
XYZ 5.39 3.32 24.78 -
YUV 38.74 184.58 100.37 -
System Red Green Blue C M Y K H S L
Decimal 0 39 139 1 0.72 0 0.45 223.17 1 0.27
Hex 0 27 8B 64 48 0 2D DF 64 1B
Octal 0 47 213 144 110 0 55 337 144 33
Binary 0 100111 10001011 1100100 1001000 0 101101 11011111 1100100 11011

Color Harmonies of #00278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00278B

Black with #00278B

Text Example


Text Example

White with #00278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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