Html Css Color HEX #001B93 Smalt

📋 copy color: '#001B93'

red 0 ◦ green 27 ◦ blue 147

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

Shades of Smalt #001B93

Tints of Smalt #001B93

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 27 (10.94% from 255) = 15.52%

 BLUE value IS 147 (57.81% from 255) = 84.48%

R = 0%
G = 15.52%
B = 84.48%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001B93 (or 0x001B93) is known color: Smalt. HEX triplet: 00, 1B and 93. RGB value is (0,27,147). Sum of RGB (Red+Green+Blue) = 0+27+147=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #001B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B93 is #FFE46C. Grayscale: #202020. Windows color (decimal): -16770157 or 9640704. OLE color: 9640704.

HSL color Cylindrical-coordinate representation of color #001B93: hue angle of 228.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B93 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 27 147 -
CMYK 1 0.82 0 0.42
HSL 228.98º 1% 0.29% -
HSV(B) 228.98º 1% 0.58% -
XYZ 5.66 2.89 27.86 -
YUV 32.61 192.55 104.74 -
System Red Green Blue C M Y K H S L
Decimal 0 27 147 1 0.82 0 0.42 228.98 1 0.29
Hex 0 1B 93 64 52 0 2A E5 64 1D
Octal 0 33 223 144 122 0 52 345 144 35
Binary 0 11011 10010011 1100100 1010010 0 101010 11100101 1100100 11101

Color Harmonies of #001B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B93

Black with #001B93

Text Example


Text Example

White with #001B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001B93; }

 p { color: rgb(0,27,147); }

 H1.HeaderClassName
 {
   color: #001B93;
 }
 .AnyTagClassName
 {
   color: #001B93;
 }
</style>

background-color css

<style>
 a { background-color: #001B93; }

 a { background-color: rgb(0,27,147); }

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

border-color css

<style>
 span { border-color: #001B93; }

 span { border-color: rgb(0,27,147); }

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