Html Css Color HEX #0D2258 Sapphire

📋 copy color: '#0D2258'

red 13 ◦ green 34 ◦ blue 88

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

Shades of Sapphire #0D2258

Tints of Sapphire #0D2258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 9.63%
G = 25.19%
B = 65.19%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D2258 (or 0x0D2258) is known color: Sapphire. HEX triplet: 0D, 22 and 58. RGB value is (13,34,88). Sum of RGB (Red+Green+Blue) = 13+34+88=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D2258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2258 is #F2DDA7. Grayscale: #212121. Windows color (decimal): -15916456 or 5775885. OLE color: 5775885.

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

Color convert

RGB 13 34 88 -
CMYK 0.85 0.61 0 0.65
HSL 223.2º 0.74% 0.2% -
HSV(B) 223.2º 0.85% 0.35% -
XYZ 2.5 1.93 9.47 -
YUV 33.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 13 34 88 0.85 0.61 0 0.65 223.2 0.74 0.2
Hex D 22 58 55 3D 0 41 DF 4A 14
Octal 15 42 130 125 75 0 101 337 112 24
Binary 1101 100010 1011000 1010101 111101 0 1000001 11011111 1001010 10100

Color Harmonies of #0D2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2258

Black with #0D2258

Text Example


Text Example

White with #0D2258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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