Html Css Color HEX #0D2275 Sapphire

📋 copy color: '#0D2275'

red 13 ◦ green 34 ◦ blue 117

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

Shades of Sapphire #0D2275

Tints of Sapphire #0D2275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 7.93%
G = 20.73%
B = 71.34%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D2275 (or 0x0D2275) is known color: Sapphire. HEX triplet: 0D, 22 and 75. RGB value is (13,34,117). Sum of RGB (Red+Green+Blue) = 13+34+117=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D2275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2275 is #F2DD8A. Grayscale: #242424. Windows color (decimal): -15916427 or 7676429. OLE color: 7676429.

HSL color Cylindrical-coordinate representation of color #0D2275: hue angle of 227.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2275 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 34 117 -
CMYK 0.89 0.71 0 0.54
HSL 227.88º 0.8% 0.25% -
HSV(B) 227.88º 0.89% 0.46% -
XYZ 3.95 2.51 17.11 -
YUV 37.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 13 34 117 0.89 0.71 0 0.54 227.88 0.8 0.25
Hex D 22 75 59 47 0 36 E4 50 19
Octal 15 42 165 131 107 0 66 344 120 31
Binary 1101 100010 1110101 1011001 1000111 0 110110 11100100 1010000 11001

Color Harmonies of #0D2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2275

Black with #0D2275

Text Example


Text Example

White with #0D2275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,34,117); }

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

background-color css

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

 a { background-color: rgb(13,34,117); }

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

border-color css

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

 span { border-color: rgb(13,34,117); }

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