Html Css Color HEX #001765 Sapphire

📋 copy color: '#001765'

red 0 ◦ green 23 ◦ blue 101

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

Shades of Sapphire #001765

Tints of Sapphire #001765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

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

R = 0%
G = 18.55%
B = 81.45%

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

#001765 (or 0x001765) is known color: Sapphire. HEX triplet: 00, 17 and 65. RGB value is (0,23,101). Sum of RGB (Red+Green+Blue) = 0+23+101=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 101 (39.84% from 255 or 81.45% from 124); Max value from RGB is 101 - color contains mainly: blue. Hex color #001765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001765 is #FFE89A. Grayscale: #181818. Windows color (decimal): -16771227 or 6625024. OLE color: 6625024.

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

Color convert

RGB 0 23 101 -
CMYK 1 0.77 0 0.60
HSL 226.34º 1% 0.2% -
HSV(B) 226.34º 1% 0.4% -
XYZ 2.66 1.55 12.47 -
YUV 25.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 0 23 101 1 0.77 0 0.60 226.34 1 0.2
Hex 0 17 65 64 4D 0 3C E2 64 14
Octal 0 27 145 144 115 0 74 342 144 24
Binary 0 10111 1100101 1100100 1001101 0 111100 11100010 1100100 10100

Color Harmonies of #001765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001765

Black with #001765

Text Example


Text Example

White with #001765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001765; }

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

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

background-color css

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

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

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

border-color css

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

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

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