Html Css Color HEX #001965 Sapphire

📋 copy color: '#001965'

red 0 ◦ green 25 ◦ blue 101

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

Shades of Sapphire #001965

Tints of Sapphire #001965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

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

R = 0%
G = 19.84%
B = 80.16%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001965 (or 0x001965) is known color: Sapphire. HEX triplet: 00, 19 and 65. RGB value is (0,25,101). Sum of RGB (Red+Green+Blue) = 0+25+101=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #001965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001965 is #FFE69A. Grayscale: #191919. Windows color (decimal): -16770715 or 6625536. OLE color: 6625536.

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

Color convert

RGB 0 25 101 -
CMYK 1 0.75 0 0.60
HSL 225.15º 1% 0.2% -
HSV(B) 225.15º 1% 0.4% -
XYZ 2.7 1.63 12.49 -
YUV 26.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 0 25 101 1 0.75 0 0.60 225.15 1 0.2
Hex 0 19 65 64 4B 0 3C E1 64 14
Octal 0 31 145 144 113 0 74 341 144 24
Binary 0 11001 1100101 1100100 1001011 0 111100 11100001 1100100 10100

Color Harmonies of #001965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001965

Black with #001965

Text Example


Text Example

White with #001965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001965; }

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

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

background-color css

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

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

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

border-color css

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

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

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