Html Css Color HEX #001861 Sapphire

📋 copy color: '#001861'

red 0 ◦ green 24 ◦ blue 97

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

Shades of Sapphire #001861

Tints of Sapphire #001861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 80.17%

R = 0%
G = 19.83%
B = 80.17%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001861 (or 0x001861) is known color: Sapphire. HEX triplet: 00, 18 and 61. RGB value is (0,24,97). Sum of RGB (Red+Green+Blue) = 0+24+97=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #001861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001861 is #FFE79E. Grayscale: #181818. Windows color (decimal): -16770975 or 6363136. OLE color: 6363136.

HSL color Cylindrical-coordinate representation of color #001861: hue angle of 225.15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001861 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 24 97 -
CMYK 1 0.75 0 0.62
HSL 225.15º 1% 0.19% -
HSV(B) 225.15º 1% 0.38% -
XYZ 2.48 1.52 11.47 -
YUV 25.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 0 24 97 1 0.75 0 0.62 225.15 1 0.19
Hex 0 18 61 64 4B 0 3E E1 64 13
Octal 0 30 141 144 113 0 76 341 144 23
Binary 0 11000 1100001 1100100 1001011 0 111110 11100001 1100100 10011

Color Harmonies of #001861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001861

Black with #001861

Text Example


Text Example

White with #001861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001861; }

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

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

background-color css

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

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

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

border-color css

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

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

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