Html Css Color HEX #001678 Sapphire

📋 copy color: '#001678'

red 0 ◦ green 22 ◦ blue 120

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

Shades of Sapphire #001678

Tints of Sapphire #001678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

 BLUE value IS 120 (47.27% from 255) = 84.51%

R = 0%
G = 15.49%
B = 84.51%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001678 (or 0x001678) is known color: Sapphire. HEX triplet: 00, 16 and 78. RGB value is (0,22,120). Sum of RGB (Red+Green+Blue) = 0+22+120=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 120 (47.27% from 255 or 84.51% from 142); Max value from RGB is 120 - color contains mainly: blue. Hex color #001678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001678 is #FFE987. Grayscale: #1A1A1A. Windows color (decimal): -16771464 or 7869952. OLE color: 7869952.

HSL color Cylindrical-coordinate representation of color #001678: hue angle of 229º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001678 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 22 120 -
CMYK 1 0.82 0 0.53
HSL 229º 1% 0.24% -
HSV(B) 229º 1% 0.47% -
XYZ 3.68 1.93 17.95 -
YUV 26.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 0 22 120 1 0.82 0 0.53 229 1 0.24
Hex 0 16 78 64 52 0 35 E5 64 18
Octal 0 26 170 144 122 0 65 345 144 30
Binary 0 10110 1111000 1100100 1010010 0 110101 11100101 1100100 11000

Color Harmonies of #001678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001678

Black with #001678

Text Example


Text Example

White with #001678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001678; }

 p { color: rgb(0,22,120); }

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

background-color css

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

 a { background-color: rgb(0,22,120); }

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

border-color css

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

 span { border-color: rgb(0,22,120); }

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