Html Css Color HEX #0D257E Sapphire

📋 copy color: '#0D257E'

red 13 ◦ green 37 ◦ blue 126

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

Shades of Sapphire #0D257E

Tints of Sapphire #0D257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 71.59%

R = 7.39%
G = 21.02%
B = 71.59%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D257E (or 0x0D257E) is known color: Sapphire. HEX triplet: 0D, 25 and 7E. RGB value is (13,37,126). Sum of RGB (Red+Green+Blue) = 13+37+126=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D257E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D257E is #F2DA81. Grayscale: #272727. Windows color (decimal): -15915650 or 8267021. OLE color: 8267021.

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

Color convert

RGB 13 37 126 -
CMYK 0.90 0.71 0 0.51
HSL 227.26º 0.81% 0.27% -
HSV(B) 227.26º 0.9% 0.49% -
XYZ 4.59 2.92 20.06 -
YUV 39.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 13 37 126 0.90 0.71 0 0.51 227.26 0.81 0.27
Hex D 25 7E 5A 47 0 33 E3 51 1B
Octal 15 45 176 132 107 0 63 343 121 33
Binary 1101 100101 1111110 1011010 1000111 0 110011 11100011 1010001 11011

Color Harmonies of #0D257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D257E

Black with #0D257E

Text Example


Text Example

White with #0D257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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