Html Css Color HEX #001948 Sapphire

📋 copy color: '#001948'

red 0 ◦ green 25 ◦ blue 72

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

Shades of Sapphire #001948

Tints of Sapphire #001948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

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

R = 0%
G = 25.77%
B = 74.23%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001948 (or 0x001948) is known color: Sapphire. HEX triplet: 00, 19 and 48. RGB value is (0,25,72). Sum of RGB (Red+Green+Blue) = 0+25+72=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #001948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001948 is #FFE6B7. Grayscale: #161616. Windows color (decimal): -16770744 or 4724992. OLE color: 4724992.

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

Color convert

RGB 0 25 72 -
CMYK 1 0.65 0 0.72
HSL 219.17º 1% 0.14% -
HSV(B) 219.17º 1% 0.28% -
XYZ 1.52 1.16 6.28 -
YUV 22.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 0 25 72 1 0.65 0 0.72 219.17 1 0.14
Hex 0 19 48 64 41 0 48 DB 64 E
Octal 0 31 110 144 101 0 110 333 144 16
Binary 0 11001 1001000 1100100 1000001 0 1001000 11011011 1100100 1110

Color Harmonies of #001948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001948

Black with #001948

Text Example


Text Example

White with #001948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001948; }

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

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

background-color css

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

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

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

border-color css

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

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

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