Html Css Color HEX #01278A Smalt

📋 copy color: '#01278A'

red 1 ◦ green 39 ◦ blue 138

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

Shades of Smalt #01278A

Tints of Smalt #01278A

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

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

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

R = 0.56%
G = 21.91%
B = 77.53%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01278A (or 0x01278A) is known color: Smalt. HEX triplet: 01, 27 and 8A. RGB value is (1,39,138). Sum of RGB (Red+Green+Blue) = 1+39+138=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #01278A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01278A is #FED875. Grayscale: #262626. Windows color (decimal): -16701558 or 9053953. OLE color: 9053953.

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

Color convert

RGB 1 39 138 -
CMYK 0.99 0.72 0 0.46
HSL 223.36º 0.99% 0.27% -
HSV(B) 223.36º 0.99% 0.54% -
XYZ 5.33 3.29 24.4 -
YUV 38.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 1 39 138 0.99 0.72 0 0.46 223.36 0.99 0.27
Hex 1 27 8A 63 48 0 2E DF 63 1B
Octal 1 47 212 143 110 0 56 337 143 33
Binary 1 100111 10001010 1100011 1001000 0 101110 11011111 1100011 11011

Color Harmonies of #01278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01278A

Black with #01278A

Text Example


Text Example

White with #01278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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