Html Css Color HEX #0D225F Sapphire

📋 copy color: '#0D225F'

red 13 ◦ green 34 ◦ blue 95

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

Shades of Sapphire #0D225F

Tints of Sapphire #0D225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 66.9%

R = 9.15%
G = 23.94%
B = 66.9%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D225F (or 0x0D225F) is known color: Sapphire. HEX triplet: 0D, 22 and 5F. RGB value is (13,34,95). Sum of RGB (Red+Green+Blue) = 13+34+95=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D225F is #F2DDA0. Grayscale: #222222. Windows color (decimal): -15916449 or 6234637. OLE color: 6234637.

HSL color Cylindrical-coordinate representation of color #0D225F: hue angle of 224.63º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D225F is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 34 95 -
CMYK 0.86 0.64 0 0.63
HSL 224.63º 0.76% 0.21% -
HSV(B) 224.63º 0.86% 0.37% -
XYZ 2.8 2.06 11.08 -
YUV 34.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 13 34 95 0.86 0.64 0 0.63 224.63 0.76 0.21
Hex D 22 5F 56 40 0 3F E1 4C 15
Octal 15 42 137 126 100 0 77 341 114 25
Binary 1101 100010 1011111 1010110 1000000 0 111111 11100001 1001100 10101

Color Harmonies of #0D225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D225F

Black with #0D225F

Text Example


Text Example

White with #0D225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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