Html Css Color HEX #002065 Sapphire

📋 copy color: '#002065'

red 0 ◦ green 32 ◦ blue 101

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

Shades of Sapphire #002065

Tints of Sapphire #002065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

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

R = 0%
G = 24.06%
B = 75.94%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002065 (or 0x002065) is known color: Sapphire. HEX triplet: 00, 20 and 65. RGB value is (0,32,101). Sum of RGB (Red+Green+Blue) = 0+32+101=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #002065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002065 is #FFDF9A. Grayscale: #1D1D1D. Windows color (decimal): -16768923 or 6627328. OLE color: 6627328.

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

Color convert

RGB 0 32 101 -
CMYK 1 0.68 0 0.60
HSL 220.99º 1% 0.2% -
HSV(B) 220.99º 1% 0.4% -
XYZ 2.87 1.97 12.54 -
YUV 30.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 0 32 101 1 0.68 0 0.60 220.99 1 0.2
Hex 0 20 65 64 44 0 3C DD 64 14
Octal 0 40 145 144 104 0 74 335 144 24
Binary 0 100000 1100101 1100100 1000100 0 111100 11011101 1100100 10100

Color Harmonies of #002065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002065

Black with #002065

Text Example


Text Example

White with #002065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002065; }

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

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

background-color css

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

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

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

border-color css

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

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

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