Html Css Color HEX #001267 Sapphire

📋 copy color: '#001267'

red 0 ◦ green 18 ◦ blue 103

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

Shades of Sapphire #001267

Tints of Sapphire #001267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 0%
G = 14.88%
B = 85.12%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001267 (or 0x001267) is known color: Sapphire. HEX triplet: 00, 12 and 67. RGB value is (0,18,103). Sum of RGB (Red+Green+Blue) = 0+18+103=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #001267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001267 is #FFED98. Grayscale: #151515. Windows color (decimal): -16772505 or 6754816. OLE color: 6754816.

HSL color Cylindrical-coordinate representation of color #001267: hue angle of 229.51º 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 #001267 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 18 103 -
CMYK 1 0.83 0 0.60
HSL 229.51º 1% 0.2% -
HSV(B) 229.51º 1% 0.4% -
XYZ 2.66 1.41 12.96 -
YUV 22.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 0 18 103 1 0.83 0 0.60 229.51 1 0.2
Hex 0 12 67 64 53 0 3C E6 64 14
Octal 0 22 147 144 123 0 74 346 144 24
Binary 0 10010 1100111 1100100 1010011 0 111100 11100110 1100100 10100

Color Harmonies of #001267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001267

Black with #001267

Text Example


Text Example

White with #001267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001267; }

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

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

background-color css

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

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

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

border-color css

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

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

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