Html Css Color HEX #002965 Sapphire

📋 copy color: '#002965'

red 0 ◦ green 41 ◦ blue 101

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

Shades of Sapphire #002965

Tints of Sapphire #002965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.87%

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

R = 0%
G = 28.87%
B = 71.13%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002965 (or 0x002965) is known color: Sapphire. HEX triplet: 00, 29 and 65. RGB value is (0,41,101). Sum of RGB (Red+Green+Blue) = 0+41+101=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #002965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002965 is #FFD69A. Grayscale: #232323. Windows color (decimal): -16766619 or 6629632. OLE color: 6629632.

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

Color convert

RGB 0 41 101 -
CMYK 1 0.59 0 0.60
HSL 215.64º 1% 0.2% -
HSV(B) 215.64º 1% 0.4% -
XYZ 3.14 2.53 12.63 -
YUV 35.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 0 41 101 1 0.59 0 0.60 215.64 1 0.2
Hex 0 29 65 64 3B 0 3C D8 64 14
Octal 0 51 145 144 73 0 74 330 144 24
Binary 0 101001 1100101 1100100 111011 0 111100 11011000 1100100 10100

Color Harmonies of #002965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002965

Black with #002965

Text Example


Text Example

White with #002965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002965; }

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

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

background-color css

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

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

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

border-color css

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

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

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