Html Css Color HEX #0D2679 Sapphire

📋 copy color: '#0D2679'

red 13 ◦ green 38 ◦ blue 121

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

Shades of Sapphire #0D2679

Tints of Sapphire #0D2679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 70.35%

R = 7.56%
G = 22.09%
B = 70.35%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D2679 (or 0x0D2679) is known color: Sapphire. HEX triplet: 0D, 26 and 79. RGB value is (13,38,121). Sum of RGB (Red+Green+Blue) = 13+38+121=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D2679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2679 is #F2D986. Grayscale: #272727. Windows color (decimal): -15915399 or 7939597. OLE color: 7939597.

HSL color Cylindrical-coordinate representation of color #0D2679: hue angle of 226.11º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2679 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 38 121 -
CMYK 0.89 0.69 0 0.53
HSL 226.11º 0.81% 0.26% -
HSV(B) 226.11º 0.89% 0.47% -
XYZ 4.31 2.85 18.41 -
YUV 39.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 13 38 121 0.89 0.69 0 0.53 226.11 0.81 0.26
Hex D 26 79 59 45 0 35 E2 51 1A
Octal 15 46 171 131 105 0 65 342 121 32
Binary 1101 100110 1111001 1011001 1000101 0 110101 11100010 1010001 11010

Color Harmonies of #0D2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2679

Black with #0D2679

Text Example


Text Example

White with #0D2679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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