Html Css Color HEX #01268C Smalt

📋 copy color: '#01268C'

red 1 ◦ green 38 ◦ blue 140

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

Shades of Smalt #01268C

Tints of Smalt #01268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

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

R = 0.56%
G = 21.23%
B = 78.21%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01268C (or 0x01268C) is known color: Smalt. HEX triplet: 01, 26 and 8C. RGB value is (1,38,140). Sum of RGB (Red+Green+Blue) = 1+38+140=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 38 (15.23% from 255 or 21.23% 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 #01268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01268C is #FED973. Grayscale: #262626. Windows color (decimal): -16701812 or 9184769. OLE color: 9184769.

HSL color Cylindrical-coordinate representation of color #01268C: hue angle of 224.03º 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 #01268C is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 38 140 -
CMYK 0.99 0.73 0 0.45
HSL 224.03º 0.99% 0.28% -
HSV(B) 224.03º 0.99% 0.55% -
XYZ 5.44 3.29 25.16 -
YUV 38.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 1 38 140 0.99 0.73 0 0.45 224.03 0.99 0.28
Hex 1 26 8C 63 49 0 2D E0 63 1C
Octal 1 46 214 143 111 0 55 340 143 34
Binary 1 100110 10001100 1100011 1001001 0 101101 11100000 1100011 11100

Color Harmonies of #01268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01268C

Black with #01268C

Text Example


Text Example

White with #01268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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