Html Css Color HEX #001B48 Sapphire

📋 copy color: '#001B48'

red 0 ◦ green 27 ◦ blue 72

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

Shades of Sapphire #001B48

Tints of Sapphire #001B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72.73%

R = 0%
G = 27.27%
B = 72.73%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001B48 (or 0x001B48) is known color: Sapphire. HEX triplet: 00, 1B and 48. RGB value is (0,27,72). Sum of RGB (Red+Green+Blue) = 0+27+72=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #001B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B48 is #FFE4B7. Grayscale: #171717. Windows color (decimal): -16770232 or 4725504. OLE color: 4725504.

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

Color convert

RGB 0 27 72 -
CMYK 1 0.62 0 0.72
HSL 217.5º 1% 0.14% -
HSV(B) 217.5º 1% 0.28% -
XYZ 1.56 1.25 6.29 -
YUV 24.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 0 27 72 1 0.62 0 0.72 217.5 1 0.14
Hex 0 1B 48 64 3E 0 48 DA 64 E
Octal 0 33 110 144 76 0 110 332 144 16
Binary 0 11011 1001000 1100100 111110 0 1001000 11011010 1100100 1110

Color Harmonies of #001B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B48

Black with #001B48

Text Example


Text Example

White with #001B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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