Html Css Color HEX #001348 Sapphire

📋 copy color: '#001348'

red 0 ◦ green 19 ◦ blue 72

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

Shades of Sapphire #001348

Tints of Sapphire #001348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

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

R = 0%
G = 20.88%
B = 79.12%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001348 (or 0x001348) is known color: Sapphire. HEX triplet: 00, 13 and 48. RGB value is (0,19,72). Sum of RGB (Red+Green+Blue) = 0+19+72=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #001348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001348 is #FFECB7. Grayscale: #131313. Windows color (decimal): -16772280 or 4723456. OLE color: 4723456.

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

Color convert

RGB 0 19 72 -
CMYK 1 0.74 0 0.72
HSL 224.17º 1% 0.14% -
HSV(B) 224.17º 1% 0.28% -
XYZ 1.4 0.93 6.24 -
YUV 19.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 0 19 72 1 0.74 0 0.72 224.17 1 0.14
Hex 0 13 48 64 4A 0 48 E0 64 E
Octal 0 23 110 144 112 0 110 340 144 16
Binary 0 10011 1001000 1100100 1001010 0 1001000 11100000 1100100 1110

Color Harmonies of #001348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001348

Black with #001348

Text Example


Text Example

White with #001348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001348; }

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

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

background-color css

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

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

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

border-color css

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

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

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