Html Css Color HEX #00296E Sapphire

📋 copy color: '#00296E'

red 0 ◦ green 41 ◦ blue 110

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

Shades of Sapphire #00296E

Tints of Sapphire #00296E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

 BLUE value IS 110 (43.36% from 255) = 72.85%

R = 0%
G = 27.15%
B = 72.85%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00296E (or 0x00296E) is known color: Sapphire. HEX triplet: 00, 29 and 6E. RGB value is (0,41,110). Sum of RGB (Red+Green+Blue) = 0+41+110=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #00296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00296E is #FFD691. Grayscale: #242424. Windows color (decimal): -16766610 or 7219456. OLE color: 7219456.

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

Color convert

RGB 0 41 110 -
CMYK 1 0.63 0 0.57
HSL 217.64º 1% 0.22% -
HSV(B) 217.64º 1% 0.43% -
XYZ 3.61 2.71 15.09 -
YUV 36.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 0 41 110 1 0.63 0 0.57 217.64 1 0.22
Hex 0 29 6E 64 3F 0 39 DA 64 16
Octal 0 51 156 144 77 0 71 332 144 26
Binary 0 101001 1101110 1100100 111111 0 111001 11011010 1100100 10110

Color Harmonies of #00296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00296E

Black with #00296E

Text Example


Text Example

White with #00296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00296E; }

 p { color: rgb(0,41,110); }

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

background-color css

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

 a { background-color: rgb(0,41,110); }

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

border-color css

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

 span { border-color: rgb(0,41,110); }

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