Html Css Color HEX #01278C Smalt

📋 copy color: '#01278C'

red 1 ◦ green 39 ◦ blue 140

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

Shades of Smalt #01278C

Tints of Smalt #01278C

RGB

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

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

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

R = 0.56%
G = 21.67%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01278C (or 0x01278C) is known color: Smalt. HEX triplet: 01, 27 and 8C. RGB value is (1,39,140). Sum of RGB (Red+Green+Blue) = 1+39+140=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #01278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01278C is #FED873. Grayscale: #262626. Windows color (decimal): -16701556 or 9185025. OLE color: 9185025.

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

Color convert

RGB 1 39 140 -
CMYK 0.99 0.72 0 0.45
HSL 223.6º 0.99% 0.28% -
HSV(B) 223.6º 0.99% 0.55% -
XYZ 5.47 3.35 25.17 -
YUV 39.15 184.91 100.79 -
System Red Green Blue C M Y K H S L
Decimal 1 39 140 0.99 0.72 0 0.45 223.6 0.99 0.28
Hex 1 27 8C 63 48 0 2D E0 63 1C
Octal 1 47 214 143 110 0 55 340 143 34
Binary 1 100111 10001100 1100011 1001000 0 101101 11100000 1100011 11100

Color Harmonies of #01278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01278C

Black with #01278C

Text Example


Text Example

White with #01278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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