Html Css Color HEX #0D297D Sapphire

📋 copy color: '#0D297D'

red 13 ◦ green 41 ◦ blue 125

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

Shades of Sapphire #0D297D

Tints of Sapphire #0D297D

RGB

 RED value IS 13 (5.47% from 255) = 7.26%

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

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

R = 7.26%
G = 22.91%
B = 69.83%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D297D (or 0x0D297D) is known color: Sapphire. HEX triplet: 0D, 29 and 7D. RGB value is (13,41,125). Sum of RGB (Red+Green+Blue) = 13+41+125=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D297D is #F2D682. Grayscale: #292929. Windows color (decimal): -15914627 or 8202509. OLE color: 8202509.

HSL color Cylindrical-coordinate representation of color #0D297D: hue angle of 225º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D297D is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 41 125 -
CMYK 0.90 0.67 0 0.51
HSL 225º 0.81% 0.27% -
HSV(B) 225º 0.9% 0.49% -
XYZ 4.66 3.15 19.76 -
YUV 42.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 13 41 125 0.90 0.67 0 0.51 225 0.81 0.27
Hex D 29 7D 5A 43 0 33 E1 51 1B
Octal 15 51 175 132 103 0 63 341 121 33
Binary 1101 101001 1111101 1011010 1000011 0 110011 11100001 1010001 11011

Color Harmonies of #0D297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D297D

Black with #0D297D

Text Example


Text Example

White with #0D297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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