Html Css Color HEX #0D2658 Sapphire

📋 copy color: '#0D2658'

red 13 ◦ green 38 ◦ blue 88

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

Shades of Sapphire #0D2658

Tints of Sapphire #0D2658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 9.35%
G = 27.34%
B = 63.31%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D2658 (or 0x0D2658) is known color: Sapphire. HEX triplet: 0D, 26 and 58. RGB value is (13,38,88). Sum of RGB (Red+Green+Blue) = 13+38+88=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D2658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2658 is #F2D9A7. Grayscale: #242424. Windows color (decimal): -15915432 or 5776909. OLE color: 5776909.

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

Color convert

RGB 13 38 88 -
CMYK 0.85 0.57 0 0.65
HSL 220º 0.74% 0.2% -
HSV(B) 220º 0.85% 0.35% -
XYZ 2.62 2.18 9.51 -
YUV 36.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 13 38 88 0.85 0.57 0 0.65 220 0.74 0.2
Hex D 26 58 55 39 0 41 DC 4A 14
Octal 15 46 130 125 71 0 101 334 112 24
Binary 1101 100110 1011000 1010101 111001 0 1000001 11011100 1001010 10100

Color Harmonies of #0D2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2658

Black with #0D2658

Text Example


Text Example

White with #0D2658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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