Html Css Color HEX #002669 Sapphire

📋 copy color: '#002669'

red 0 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #002669

Tints of Sapphire #002669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 0%
G = 26.57%
B = 73.43%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002669 (or 0x002669) is known color: Sapphire. HEX triplet: 00, 26 and 69. RGB value is (0,38,105). Sum of RGB (Red+Green+Blue) = 0+38+105=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #002669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002669 is #FFD996. Grayscale: #212121. Windows color (decimal): -16767383 or 6891008. OLE color: 6891008.

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

Color convert

RGB 0 38 105 -
CMYK 1 0.64 0 0.59
HSL 218.29º 1% 0.21% -
HSV(B) 218.29º 1% 0.41% -
XYZ 3.24 2.41 13.66 -
YUV 34.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 0 38 105 1 0.64 0 0.59 218.29 1 0.21
Hex 0 26 69 64 40 0 3B DA 64 15
Octal 0 46 151 144 100 0 73 332 144 25
Binary 0 100110 1101001 1100100 1000000 0 111011 11011010 1100100 10101

Color Harmonies of #002669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002669

Black with #002669

Text Example


Text Example

White with #002669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002669; }

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

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

background-color css

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

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

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

border-color css

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

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

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