Html Css Color HEX #01268B Smalt

📋 copy color: '#01268B'

red 1 ◦ green 38 ◦ blue 139

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

Shades of Smalt #01268B

Tints of Smalt #01268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 78.09%

R = 0.56%
G = 21.35%
B = 78.09%

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

#01268B (or 0x01268B) is known color: Smalt. HEX triplet: 01, 26 and 8B. RGB value is (1,38,139). Sum of RGB (Red+Green+Blue) = 1+38+139=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #01268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01268B is #FED974. Grayscale: #262626. Windows color (decimal): -16701813 or 9119233. OLE color: 9119233.

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

Color convert

RGB 1 38 139 -
CMYK 0.99 0.73 0 0.45
HSL 223.91º 0.99% 0.27% -
HSV(B) 223.91º 0.99% 0.55% -
XYZ 5.37 3.26 24.77 -
YUV 38.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 1 38 139 0.99 0.73 0 0.45 223.91 0.99 0.27
Hex 1 26 8B 63 49 0 2D E0 63 1B
Octal 1 46 213 143 111 0 55 340 143 33
Binary 1 100110 10001011 1100011 1001001 0 101101 11100000 1100011 11011

Color Harmonies of #01268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01268B

Black with #01268B

Text Example


Text Example

White with #01268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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