Html Css Color HEX #001851 Sapphire

📋 copy color: '#001851'

red 0 ◦ green 24 ◦ blue 81

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

Shades of Sapphire #001851

Tints of Sapphire #001851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 77.14%

R = 0%
G = 22.86%
B = 77.14%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#001851 (or 0x001851) is known color: Sapphire. HEX triplet: 00, 18 and 51. RGB value is (0,24,81). Sum of RGB (Red+Green+Blue) = 0+24+81=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #001851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001851 is #FFE7AE. Grayscale: #171717. Windows color (decimal): -16770991 or 5314560. OLE color: 5314560.

HSL color Cylindrical-coordinate representation of color #001851: hue angle of 222.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001851 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 24 81 -
CMYK 1 0.70 0 0.68
HSL 222.22º 1% 0.16% -
HSV(B) 222.22º 1% 0.32% -
XYZ 1.81 1.25 7.93 -
YUV 23.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 0 24 81 1 0.70 0 0.68 222.22 1 0.16
Hex 0 18 51 64 46 0 44 DE 64 10
Octal 0 30 121 144 106 0 104 336 144 20
Binary 0 11000 1010001 1100100 1000110 0 1000100 11011110 1100100 10000

Color Harmonies of #001851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001851

Black with #001851

Text Example


Text Example

White with #001851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001851; }

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

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

background-color css

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

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

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

border-color css

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

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

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