Html Css Color HEX #0D277D Sapphire

📋 copy color: '#0D277D'

red 13 ◦ green 39 ◦ blue 125

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

Shades of Sapphire #0D277D

Tints of Sapphire #0D277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.03%

 BLUE value IS 125 (49.22% from 255) = 70.62%

R = 7.34%
G = 22.03%
B = 70.62%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D277D (or 0x0D277D) is known color: Sapphire. HEX triplet: 0D, 27 and 7D. RGB value is (13,39,125). Sum of RGB (Red+Green+Blue) = 13+39+125=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D277D is #F2D882. Grayscale: #282828. Windows color (decimal): -15915139 or 8201997. OLE color: 8201997.

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

Color convert

RGB 13 39 125 -
CMYK 0.90 0.69 0 0.51
HSL 226.07º 0.81% 0.27% -
HSV(B) 226.07º 0.9% 0.49% -
XYZ 4.59 3.02 19.74 -
YUV 41.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 13 39 125 0.90 0.69 0 0.51 226.07 0.81 0.27
Hex D 27 7D 5A 45 0 33 E2 51 1B
Octal 15 47 175 132 105 0 63 342 121 33
Binary 1101 100111 1111101 1011010 1000101 0 110011 11100010 1010001 11011

Color Harmonies of #0D277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D277D

Black with #0D277D

Text Example


Text Example

White with #0D277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,39,125); }

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

background-color css

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

 a { background-color: rgb(13,39,125); }

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

border-color css

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

 span { border-color: rgb(13,39,125); }

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