Html Css Color HEX #002365 Sapphire

📋 copy color: '#002365'

red 0 ◦ green 35 ◦ blue 101

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

Shades of Sapphire #002365

Tints of Sapphire #002365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

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

R = 0%
G = 25.74%
B = 74.26%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002365 (or 0x002365) is known color: Sapphire. HEX triplet: 00, 23 and 65. RGB value is (0,35,101). Sum of RGB (Red+Green+Blue) = 0+35+101=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #002365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002365 is #FFDC9A. Grayscale: #1F1F1F. Windows color (decimal): -16768155 or 6628096. OLE color: 6628096.

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

Color convert

RGB 0 35 101 -
CMYK 1 0.65 0 0.60
HSL 219.21º 1% 0.2% -
HSV(B) 219.21º 1% 0.4% -
XYZ 2.95 2.14 12.57 -
YUV 32.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 0 35 101 1 0.65 0 0.60 219.21 1 0.2
Hex 0 23 65 64 41 0 3C DB 64 14
Octal 0 43 145 144 101 0 74 333 144 24
Binary 0 100011 1100101 1100100 1000001 0 111100 11011011 1100100 10100

Color Harmonies of #002365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002365

Black with #002365

Text Example


Text Example

White with #002365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002365; }

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

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

background-color css

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

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

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

border-color css

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

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

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