Html Css Color HEX #001855 Sapphire

📋 copy color: '#001855'

red 0 ◦ green 24 ◦ blue 85

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

Shades of Sapphire #001855

Tints of Sapphire #001855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 77.98%

R = 0%
G = 22.02%
B = 77.98%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001855 (or 0x001855) is known color: Sapphire. HEX triplet: 00, 18 and 55. RGB value is (0,24,85). Sum of RGB (Red+Green+Blue) = 0+24+85=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #001855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001855 is #FFE7AA. Grayscale: #171717. Windows color (decimal): -16770987 or 5576704. OLE color: 5576704.

HSL color Cylindrical-coordinate representation of color #001855: hue angle of 223.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001855 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 24 85 -
CMYK 1 0.72 0 0.67
HSL 223.06º 1% 0.17% -
HSV(B) 223.06º 1% 0.33% -
XYZ 1.97 1.31 8.74 -
YUV 23.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 0 24 85 1 0.72 0 0.67 223.06 1 0.17
Hex 0 18 55 64 48 0 43 DF 64 11
Octal 0 30 125 144 110 0 103 337 144 21
Binary 0 11000 1010101 1100100 1001000 0 1000011 11011111 1100100 10001

Color Harmonies of #001855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001855

Black with #001855

Text Example


Text Example

White with #001855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001855; }

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

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

background-color css

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

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

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

border-color css

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

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

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