Html Css Color HEX #0D2758 Sapphire

📋 copy color: '#0D2758'

red 13 ◦ green 39 ◦ blue 88

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

Shades of Sapphire #0D2758

Tints of Sapphire #0D2758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 62.86%

R = 9.29%
G = 27.86%
B = 62.86%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D2758 (or 0x0D2758) is known color: Sapphire. HEX triplet: 0D, 27 and 58. RGB value is (13,39,88). Sum of RGB (Red+Green+Blue) = 13+39+88=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D2758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2758 is #F2D8A7. Grayscale: #242424. Windows color (decimal): -15915176 or 5777165. OLE color: 5777165.

HSL color Cylindrical-coordinate representation of color #0D2758: hue angle of 219.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2758 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 39 88 -
CMYK 0.85 0.56 0 0.65
HSL 219.2º 0.74% 0.2% -
HSV(B) 219.2º 0.85% 0.35% -
XYZ 2.65 2.24 9.53 -
YUV 36.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 13 39 88 0.85 0.56 0 0.65 219.2 0.74 0.2
Hex D 27 58 55 38 0 41 DB 4A 14
Octal 15 47 130 125 70 0 101 333 112 24
Binary 1101 100111 1011000 1010101 111000 0 1000001 11011011 1001010 10100

Color Harmonies of #0D2758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2758

Black with #0D2758

Text Example


Text Example

White with #0D2758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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