Html Css Color HEX #002165 Sapphire

📋 copy color: '#002165'

red 0 ◦ green 33 ◦ blue 101

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

Shades of Sapphire #002165

Tints of Sapphire #002165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.63%

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

R = 0%
G = 24.63%
B = 75.37%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002165 (or 0x002165) is known color: Sapphire. HEX triplet: 00, 21 and 65. RGB value is (0,33,101). Sum of RGB (Red+Green+Blue) = 0+33+101=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #002165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002165 is #FFDE9A. Grayscale: #1E1E1E. Windows color (decimal): -16768667 or 6627584. OLE color: 6627584.

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

Color convert

RGB 0 33 101 -
CMYK 1 0.67 0 0.60
HSL 220.4º 1% 0.2% -
HSV(B) 220.4º 1% 0.4% -
XYZ 2.89 2.03 12.55 -
YUV 30.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 0 33 101 1 0.67 0 0.60 220.4 1 0.2
Hex 0 21 65 64 43 0 3C DC 64 14
Octal 0 41 145 144 103 0 74 334 144 24
Binary 0 100001 1100101 1100100 1000011 0 111100 11011100 1100100 10100

Color Harmonies of #002165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002165

Black with #002165

Text Example


Text Example

White with #002165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002165; }

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

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

background-color css

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

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

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

border-color css

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

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

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