Html Css Color HEX #0D2650 Sapphire

📋 copy color: '#0D2650'

red 13 ◦ green 38 ◦ blue 80

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

Shades of Sapphire #0D2650

Tints of Sapphire #0D2650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 61.07%

R = 9.92%
G = 29.01%
B = 61.07%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D2650 (or 0x0D2650) is known color: Sapphire. HEX triplet: 0D, 26 and 50. RGB value is (13,38,80). Sum of RGB (Red+Green+Blue) = 13+38+80=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D2650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2650 is #F2D9AF. Grayscale: #232323. Windows color (decimal): -15915440 or 5252621. OLE color: 5252621.

HSL color Cylindrical-coordinate representation of color #0D2650: hue angle of 217.61º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2650 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 38 80 -
CMYK 0.84 0.52 0 0.69
HSL 217.61º 0.72% 0.18% -
HSV(B) 217.61º 0.84% 0.31% -
XYZ 2.31 2.05 7.86 -
YUV 35.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 13 38 80 0.84 0.52 0 0.69 217.61 0.72 0.18
Hex D 26 50 54 34 0 45 DA 48 12
Octal 15 46 120 124 64 0 105 332 110 22
Binary 1101 100110 1010000 1010100 110100 0 1000101 11011010 1001000 10010

Color Harmonies of #0D2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2650

Black with #0D2650

Text Example


Text Example

White with #0D2650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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