Html Css Color HEX #0D257C Sapphire

📋 copy color: '#0D257C'

red 13 ◦ green 37 ◦ blue 124

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

Shades of Sapphire #0D257C

Tints of Sapphire #0D257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 71.26%

R = 7.47%
G = 21.26%
B = 71.26%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D257C (or 0x0D257C) is known color: Sapphire. HEX triplet: 0D, 25 and 7C. RGB value is (13,37,124). Sum of RGB (Red+Green+Blue) = 13+37+124=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D257C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D257C is #F2DA83. Grayscale: #272727. Windows color (decimal): -15915652 or 8135949. OLE color: 8135949.

HSL color Cylindrical-coordinate representation of color #0D257C: hue angle of 227.03º 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 #0D257C is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 37 124 -
CMYK 0.90 0.70 0 0.51
HSL 227.03º 0.81% 0.27% -
HSV(B) 227.03º 0.9% 0.49% -
XYZ 4.47 2.86 19.39 -
YUV 39.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 13 37 124 0.90 0.70 0 0.51 227.03 0.81 0.27
Hex D 25 7C 5A 46 0 33 E3 51 1B
Octal 15 45 174 132 106 0 63 343 121 33
Binary 1101 100101 1111100 1011010 1000110 0 110011 11100011 1010001 11011

Color Harmonies of #0D257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D257C

Black with #0D257C

Text Example


Text Example

White with #0D257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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