Html Css Color HEX #0D257F Sapphire

📋 copy color: '#0D257F'

red 13 ◦ green 37 ◦ blue 127

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

Shades of Sapphire #0D257F

Tints of Sapphire #0D257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

 BLUE value IS 127 (50% from 255) = 71.75%

R = 7.34%
G = 20.9%
B = 71.75%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0D257F (or 0x0D257F) is known color: Sapphire. HEX triplet: 0D, 25 and 7F. RGB value is (13,37,127). Sum of RGB (Red+Green+Blue) = 13+37+127=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D257F is #F2DA80. Grayscale: #272727. Windows color (decimal): -15915649 or 8332557. OLE color: 8332557.

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

Color convert

RGB 13 37 127 -
CMYK 0.90 0.71 0 0.50
HSL 227.37º 0.81% 0.27% -
HSV(B) 227.37º 0.9% 0.5% -
XYZ 4.66 2.94 20.4 -
YUV 40.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 13 37 127 0.90 0.71 0 0.50 227.37 0.81 0.27
Hex D 25 7F 5A 47 0 32 E3 51 1B
Octal 15 45 177 132 107 0 62 343 121 33
Binary 1101 100101 1111111 1011010 1000111 0 110010 11100011 1010001 11011

Color Harmonies of #0D257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D257F

Black with #0D257F

Text Example


Text Example

White with #0D257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,37,127); }

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

background-color css

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

 a { background-color: rgb(13,37,127); }

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

border-color css

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

 span { border-color: rgb(13,37,127); }

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