Html Css Color HEX #001065 Sapphire

📋 copy color: '#001065'

red 0 ◦ green 16 ◦ blue 101

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

Shades of Sapphire #001065

Tints of Sapphire #001065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

 BLUE value IS 101 (39.84% from 255) = 86.32%

R = 0%
G = 13.68%
B = 86.32%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001065 (or 0x001065) is known color: Sapphire. HEX triplet: 00, 10 and 65. RGB value is (0,16,101). Sum of RGB (Red+Green+Blue) = 0+16+101=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 101 (39.84% from 255 or 86.32% from 117); Max value from RGB is 101 - color contains mainly: blue. Hex color #001065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001065 is #FFEF9A. Grayscale: #141414. Windows color (decimal): -16773019 or 6623232. OLE color: 6623232.

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

Color convert

RGB 0 16 101 -
CMYK 1 0.84 0 0.60
HSL 230.5º 1% 0.2% -
HSV(B) 230.5º 1% 0.4% -
XYZ 2.53 1.31 12.43 -
YUV 20.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 0 16 101 1 0.84 0 0.60 230.5 1 0.2
Hex 0 10 65 64 54 0 3C E6 64 14
Octal 0 20 145 144 124 0 74 346 144 24
Binary 0 10000 1100101 1100100 1010100 0 111100 11100110 1100100 10100

Color Harmonies of #001065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001065

Black with #001065

Text Example


Text Example

White with #001065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001065; }

 p { color: rgb(0,16,101); }

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

background-color css

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

 a { background-color: rgb(0,16,101); }

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

border-color css

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

 span { border-color: rgb(0,16,101); }

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