Html Css Color HEX #00297D Sapphire

📋 copy color: '#00297D'

red 0 ◦ green 41 ◦ blue 125

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

Shades of Sapphire #00297D

Tints of Sapphire #00297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 75.3%

R = 0%
G = 24.7%
B = 75.3%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00297D (or 0x00297D) is known color: Sapphire. HEX triplet: 00, 29 and 7D. RGB value is (0,41,125). Sum of RGB (Red+Green+Blue) = 0+41+125=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #00297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00297D is #FFD682. Grayscale: #252525. Windows color (decimal): -16766595 or 8202496. OLE color: 8202496.

HSL color Cylindrical-coordinate representation of color #00297D: hue angle of 220.32º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00297D is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 41 125 -
CMYK 1 0.67 0 0.51
HSL 220.32º 1% 0.25% -
HSV(B) 220.32º 1% 0.49% -
XYZ 4.49 3.07 19.76 -
YUV 38.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 0 41 125 1 0.67 0 0.51 220.32 1 0.25
Hex 0 29 7D 64 43 0 33 DC 64 19
Octal 0 51 175 144 103 0 63 334 144 31
Binary 0 101001 1111101 1100100 1000011 0 110011 11011100 1100100 11001

Color Harmonies of #00297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00297D

Black with #00297D

Text Example


Text Example

White with #00297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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