Html Css Color HEX #001250 Sapphire

📋 copy color: '#001250'

red 0 ◦ green 18 ◦ blue 80

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

Shades of Sapphire #001250

Tints of Sapphire #001250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 81.63%

R = 0%
G = 18.37%
B = 81.63%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#001250 (or 0x001250) is known color: Sapphire. HEX triplet: 00, 12 and 50. RGB value is (0,18,80). Sum of RGB (Red+Green+Blue) = 0+18+80=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #001250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001250 is #FFEDAF. Grayscale: #131313. Windows color (decimal): -16772528 or 5247488. OLE color: 5247488.

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

Color convert

RGB 0 18 80 -
CMYK 1 0.78 0 0.69
HSL 226.5º 1% 0.16% -
HSV(B) 226.5º 1% 0.31% -
XYZ 1.66 1.01 7.7 -
YUV 19.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 0 18 80 1 0.78 0 0.69 226.5 1 0.16
Hex 0 12 50 64 4E 0 45 E2 64 10
Octal 0 22 120 144 116 0 105 342 144 20
Binary 0 10010 1010000 1100100 1001110 0 1000101 11100010 1100100 10000

Color Harmonies of #001250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001250

Black with #001250

Text Example


Text Example

White with #001250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001250; }

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

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

background-color css

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

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

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

border-color css

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

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

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