Html Css Color HEX #0D2C58 Sapphire

📋 copy color: '#0D2C58'

red 13 ◦ green 44 ◦ blue 88

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

Shades of Sapphire #0D2C58

Tints of Sapphire #0D2C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.34%

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

R = 8.97%
G = 30.34%
B = 60.69%

CMYK

 C value IS 0.85

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D2C58 (or 0x0D2C58) is known color: Sapphire. HEX triplet: 0D, 2C and 58. RGB value is (13,44,88). Sum of RGB (Red+Green+Blue) = 13+44+88=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D2C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C58 is #F2D3A7. Grayscale: #272727. Windows color (decimal): -15913896 or 5778445. OLE color: 5778445.

HSL color Cylindrical-coordinate representation of color #0D2C58: hue angle of 215.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 #0D2C58 is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 44 88 -
CMYK 0.85 0.5 0 0.65
HSL 215.2º 0.74% 0.2% -
HSV(B) 215.2º 0.85% 0.35% -
XYZ 2.83 2.59 9.58 -
YUV 39.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 13 44 88 0.85 0.5 0 0.65 215.2 0.74 0.2
Hex D 2C 58 55 32 0 41 D7 4A 14
Octal 15 54 130 125 62 0 101 327 112 24
Binary 1101 101100 1011000 1010101 110010 0 1000001 11010111 1001010 10100

Color Harmonies of #0D2C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2C58

Black with #0D2C58

Text Example


Text Example

White with #0D2C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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