Html Css Color HEX #01268D Smalt

📋 copy color: '#01268D'

red 1 ◦ green 38 ◦ blue 141

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

Shades of Smalt #01268D

Tints of Smalt #01268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 78.33%

R = 0.56%
G = 21.11%
B = 78.33%

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

#01268D (or 0x01268D) is known color: Smalt. HEX triplet: 01, 26 and 8D. RGB value is (1,38,141). Sum of RGB (Red+Green+Blue) = 1+38+141=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #01268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01268D is #FED972. Grayscale: #262626. Windows color (decimal): -16701811 or 9250305. OLE color: 9250305.

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

Color convert

RGB 1 38 141 -
CMYK 0.99 0.73 0 0.45
HSL 224.14º 0.99% 0.28% -
HSV(B) 224.14º 0.99% 0.55% -
XYZ 5.51 3.32 25.55 -
YUV 38.68 185.74 101.12 -
System Red Green Blue C M Y K H S L
Decimal 1 38 141 0.99 0.73 0 0.45 224.14 0.99 0.28
Hex 1 26 8D 63 49 0 2D E0 63 1C
Octal 1 46 215 143 111 0 55 340 143 34
Binary 1 100110 10001101 1100011 1001001 0 101101 11100000 1100011 11100

Color Harmonies of #01268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01268D

Black with #01268D

Text Example


Text Example

White with #01268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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