Html Css Color HEX #001465 Sapphire

📋 copy color: '#001465'

red 0 ◦ green 20 ◦ blue 101

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

Shades of Sapphire #001465

Tints of Sapphire #001465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

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

R = 0%
G = 16.53%
B = 83.47%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001465 (or 0x001465) is known color: Sapphire. HEX triplet: 00, 14 and 65. RGB value is (0,20,101). Sum of RGB (Red+Green+Blue) = 0+20+101=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #001465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001465 is #FFEB9A. Grayscale: #161616. Windows color (decimal): -16771995 or 6624256. OLE color: 6624256.

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

Color convert

RGB 0 20 101 -
CMYK 1 0.80 0 0.60
HSL 228.12º 1% 0.2% -
HSV(B) 228.12º 1% 0.4% -
XYZ 2.6 1.44 12.45 -
YUV 23.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 0 20 101 1 0.80 0 0.60 228.12 1 0.2
Hex 0 14 65 64 50 0 3C E4 64 14
Octal 0 24 145 144 120 0 74 344 144 24
Binary 0 10100 1100101 1100100 1010000 0 111100 11100100 1100100 10100

Color Harmonies of #001465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001465

Black with #001465

Text Example


Text Example

White with #001465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001465; }

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

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

background-color css

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

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

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

border-color css

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

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

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