Html Css Color HEX #001B49 Sapphire

📋 copy color: '#001B49'

red 0 ◦ green 27 ◦ blue 73

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

Shades of Sapphire #001B49

Tints of Sapphire #001B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 73%

R = 0%
G = 27%
B = 73%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001B49 (or 0x001B49) is known color: Sapphire. HEX triplet: 00, 1B and 49. RGB value is (0,27,73). Sum of RGB (Red+Green+Blue) = 0+27+73=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 73 (28.91% from 255 or 73% from 100); Max value from RGB is 73 - color contains mainly: blue. Hex color #001B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B49 is #FFE4B6. Grayscale: #171717. Windows color (decimal): -16770231 or 4791040. OLE color: 4791040.

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

Color convert

RGB 0 27 73 -
CMYK 1 0.63 0 0.71
HSL 217.81º 1% 0.14% -
HSV(B) 217.81º 1% 0.29% -
XYZ 1.59 1.26 6.46 -
YUV 24.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 0 27 73 1 0.63 0 0.71 217.81 1 0.14
Hex 0 1B 49 64 3F 0 47 DA 64 E
Octal 0 33 111 144 77 0 107 332 144 16
Binary 0 11011 1001001 1100100 111111 0 1000111 11011010 1100100 1110

Color Harmonies of #001B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B49

Black with #001B49

Text Example


Text Example

White with #001B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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