Html Css Color HEX #001648 Sapphire

📋 copy color: '#001648'

red 0 ◦ green 22 ◦ blue 72

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

Shades of Sapphire #001648

Tints of Sapphire #001648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.4%

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

R = 0%
G = 23.4%
B = 76.6%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001648 (or 0x001648) is known color: Sapphire. HEX triplet: 00, 16 and 48. RGB value is (0,22,72). Sum of RGB (Red+Green+Blue) = 0+22+72=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #001648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001648 is #FFE9B7. Grayscale: #141414. Windows color (decimal): -16771512 or 4724224. OLE color: 4724224.

HSL color Cylindrical-coordinate representation of color #001648: hue angle of 221.67º 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 #001648 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 22 72 -
CMYK 1 0.69 0 0.72
HSL 221.67º 1% 0.14% -
HSV(B) 221.67º 1% 0.28% -
XYZ 1.46 1.04 6.26 -
YUV 21.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 0 22 72 1 0.69 0 0.72 221.67 1 0.14
Hex 0 16 48 64 45 0 48 DE 64 E
Octal 0 26 110 144 105 0 110 336 144 16
Binary 0 10110 1001000 1100100 1000101 0 1001000 11011110 1100100 1110

Color Harmonies of #001648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001648

Black with #001648

Text Example


Text Example

White with #001648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001648; }

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

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

background-color css

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

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

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

border-color css

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

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

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