Html Css Color HEX #001848 Sapphire

📋 copy color: '#001848'

red 0 ◦ green 24 ◦ blue 72

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

Shades of Sapphire #001848

Tints of Sapphire #001848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25%

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

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001848 (or 0x001848) is known color: Sapphire. HEX triplet: 00, 18 and 48. RGB value is (0,24,72). Sum of RGB (Red+Green+Blue) = 0+24+72=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #001848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001848 is #FFE7B7. Grayscale: #161616. Windows color (decimal): -16771000 or 4724736. OLE color: 4724736.

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

Color convert

RGB 0 24 72 -
CMYK 1 0.67 0 0.72
HSL 220º 1% 0.14% -
HSV(B) 220º 1% 0.28% -
XYZ 1.5 1.12 6.27 -
YUV 22.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 0 24 72 1 0.67 0 0.72 220 1 0.14
Hex 0 18 48 64 43 0 48 DC 64 E
Octal 0 30 110 144 103 0 110 334 144 16
Binary 0 11000 1001000 1100100 1000011 0 1001000 11011100 1100100 1110

Color Harmonies of #001848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001848

Black with #001848

Text Example


Text Example

White with #001848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001848; }

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

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

background-color css

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

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

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

border-color css

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

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

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