Html Css Color HEX #001867 Sapphire

📋 copy color: '#001867'

red 0 ◦ green 24 ◦ blue 103

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

Shades of Sapphire #001867

Tints of Sapphire #001867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 81.1%

R = 0%
G = 18.9%
B = 81.1%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001867 (or 0x001867) is known color: Sapphire. HEX triplet: 00, 18 and 67. RGB value is (0,24,103). Sum of RGB (Red+Green+Blue) = 0+24+103=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #001867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001867 is #FFE798. Grayscale: #191919. Windows color (decimal): -16770969 or 6756352. OLE color: 6756352.

HSL color Cylindrical-coordinate representation of color #001867: hue angle of 226.02º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001867 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 24 103 -
CMYK 1 0.77 0 0.60
HSL 226.02º 1% 0.2% -
HSV(B) 226.02º 1% 0.4% -
XYZ 2.77 1.63 13 -
YUV 25.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 0 24 103 1 0.77 0 0.60 226.02 1 0.2
Hex 0 18 67 64 4D 0 3C E2 64 14
Octal 0 30 147 144 115 0 74 342 144 24
Binary 0 11000 1100111 1100100 1001101 0 111100 11100010 1100100 10100

Color Harmonies of #001867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001867

Black with #001867

Text Example


Text Example

White with #001867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001867; }

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

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

background-color css

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

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

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

border-color css

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

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

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