Html Css Color HEX #01268F Smalt

📋 copy color: '#01268F'

red 1 ◦ green 38 ◦ blue 143

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

Shades of Smalt #01268F

Tints of Smalt #01268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 78.57%

R = 0.55%
G = 20.88%
B = 78.57%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01268F (or 0x01268F) is known color: Smalt. HEX triplet: 01, 26 and 8F. RGB value is (1,38,143). Sum of RGB (Red+Green+Blue) = 1+38+143=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #01268F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01268F is #FED970. Grayscale: #262626. Windows color (decimal): -16701809 or 9381377. OLE color: 9381377.

HSL color Cylindrical-coordinate representation of color #01268F: hue angle of 224.37º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01268F is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 38 143 -
CMYK 0.99 0.73 0 0.44
HSL 224.37º 0.99% 0.28% -
HSV(B) 224.37º 0.99% 0.56% -
XYZ 5.66 3.38 26.34 -
YUV 38.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 1 38 143 0.99 0.73 0 0.44 224.37 0.99 0.28
Hex 1 26 8F 63 49 0 2C E0 63 1C
Octal 1 46 217 143 111 0 54 340 143 34
Binary 1 100110 10001111 1100011 1001001 0 101100 11100000 1100011 11100

Color Harmonies of #01268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01268F

Black with #01268F

Text Example


Text Example

White with #01268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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