Html Css Color HEX #00266D Sapphire

📋 copy color: '#00266D'

red 0 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #00266D

Tints of Sapphire #00266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 74.15%

R = 0%
G = 25.85%
B = 74.15%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00266D (or 0x00266D) is known color: Sapphire. HEX triplet: 00, 26 and 6D. RGB value is (0,38,109). Sum of RGB (Red+Green+Blue) = 0+38+109=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #00266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00266D is #FFD992. Grayscale: #222222. Windows color (decimal): -16767379 or 7153152. OLE color: 7153152.

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

Color convert

RGB 0 38 109 -
CMYK 1 0.65 0 0.57
HSL 219.08º 1% 0.21% -
HSV(B) 219.08º 1% 0.43% -
XYZ 3.45 2.49 14.77 -
YUV 34.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 0 38 109 1 0.65 0 0.57 219.08 1 0.21
Hex 0 26 6D 64 41 0 39 DB 64 15
Octal 0 46 155 144 101 0 71 333 144 25
Binary 0 100110 1101101 1100100 1000001 0 111001 11011011 1100100 10101

Color Harmonies of #00266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00266D

Black with #00266D

Text Example


Text Example

White with #00266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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