Html Css Color HEX #002569 Sapphire

📋 copy color: '#002569'

red 0 ◦ green 37 ◦ blue 105

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

Shades of Sapphire #002569

Tints of Sapphire #002569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

 BLUE value IS 105 (41.41% from 255) = 73.94%

R = 0%
G = 26.06%
B = 73.94%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002569 (or 0x002569) is known color: Sapphire. HEX triplet: 00, 25 and 69. RGB value is (0,37,105). Sum of RGB (Red+Green+Blue) = 0+37+105=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #002569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002569 is #FFDA96. Grayscale: #212121. Windows color (decimal): -16767639 or 6890752. OLE color: 6890752.

HSL color Cylindrical-coordinate representation of color #002569: hue angle of 218.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002569 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 37 105 -
CMYK 1 0.65 0 0.59
HSL 218.86º 1% 0.21% -
HSV(B) 218.86º 1% 0.41% -
XYZ 3.21 2.34 13.65 -
YUV 33.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 0 37 105 1 0.65 0 0.59 218.86 1 0.21
Hex 0 25 69 64 41 0 3B DB 64 15
Octal 0 45 151 144 101 0 73 333 144 25
Binary 0 100101 1101001 1100100 1000001 0 111011 11011011 1100100 10101

Color Harmonies of #002569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002569

Black with #002569

Text Example


Text Example

White with #002569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002569; }

 p { color: rgb(0,37,105); }

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

background-color css

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

 a { background-color: rgb(0,37,105); }

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

border-color css

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

 span { border-color: rgb(0,37,105); }

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