Html Css Color HEX #001448 Sapphire

📋 copy color: '#001448'

red 0 ◦ green 20 ◦ blue 72

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

Shades of Sapphire #001448

Tints of Sapphire #001448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 0%
G = 21.74%
B = 78.26%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001448 (or 0x001448) is known color: Sapphire. HEX triplet: 00, 14 and 48. RGB value is (0,20,72). Sum of RGB (Red+Green+Blue) = 0+20+72=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #001448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001448 is #FFEBB7. Grayscale: #131313. Windows color (decimal): -16772024 or 4723712. OLE color: 4723712.

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

Color convert

RGB 0 20 72 -
CMYK 1 0.72 0 0.72
HSL 223.33º 1% 0.14% -
HSV(B) 223.33º 1% 0.28% -
XYZ 1.42 0.97 6.24 -
YUV 19.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 0 20 72 1 0.72 0 0.72 223.33 1 0.14
Hex 0 14 48 64 48 0 48 DF 64 E
Octal 0 24 110 144 110 0 110 337 144 16
Binary 0 10100 1001000 1100100 1001000 0 1001000 11011111 1100100 1110

Color Harmonies of #001448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001448

Black with #001448

Text Example


Text Example

White with #001448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001448; }

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

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

background-color css

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

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

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

border-color css

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

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

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