Html Css Color HEX #0D326F Sapphire

📋 copy color: '#0D326F'

red 13 ◦ green 50 ◦ blue 111

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

Shades of Sapphire #0D326F

Tints of Sapphire #0D326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 7.47%
G = 28.74%
B = 63.79%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D326F (or 0x0D326F) is known color: Sapphire. HEX triplet: 0D, 32 and 6F. RGB value is (13,50,111). Sum of RGB (Red+Green+Blue) = 13+50+111=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D326F is #F2CD90. Grayscale: #2D2D2D. Windows color (decimal): -15912337 or 7287309. OLE color: 7287309.

HSL color Cylindrical-coordinate representation of color #0D326F: hue angle of 217.35º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D326F is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 50 111 -
CMYK 0.88 0.55 0 0.56
HSL 217.35º 0.79% 0.24% -
HSV(B) 217.35º 0.88% 0.44% -
XYZ 4.18 3.51 15.5 -
YUV 45.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 13 50 111 0.88 0.55 0 0.56 217.35 0.79 0.24
Hex D 32 6F 58 37 0 38 D9 4F 18
Octal 15 62 157 130 67 0 70 331 117 30
Binary 1101 110010 1101111 1011000 110111 0 111000 11011001 1001111 11000

Color Harmonies of #0D326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D326F

Black with #0D326F

Text Example


Text Example

White with #0D326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,50,111); }

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

background-color css

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

 a { background-color: rgb(13,50,111); }

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

border-color css

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

 span { border-color: rgb(13,50,111); }

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