Html Css Color HEX #0D2A71 Sapphire

📋 copy color: '#0D2A71'

red 13 ◦ green 42 ◦ blue 113

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

Shades of Sapphire #0D2A71

Tints of Sapphire #0D2A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25%

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 7.74%
G = 25%
B = 67.26%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D2A71 (or 0x0D2A71) is known color: Sapphire. HEX triplet: 0D, 2A and 71. RGB value is (13,42,113). Sum of RGB (Red+Green+Blue) = 13+42+113=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D2A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2A71 is #F2D58E. Grayscale: #292929. Windows color (decimal): -15914383 or 7416333. OLE color: 7416333.

HSL color Cylindrical-coordinate representation of color #0D2A71: hue angle of 222.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2A71 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 42 113 -
CMYK 0.88 0.63 0 0.56
HSL 222.6º 0.79% 0.25% -
HSV(B) 222.6º 0.88% 0.44% -
XYZ 3.97 2.93 15.98 -
YUV 41.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 13 42 113 0.88 0.63 0 0.56 222.6 0.79 0.25
Hex D 2A 71 58 3F 0 38 DF 4F 19
Octal 15 52 161 130 77 0 70 337 117 31
Binary 1101 101010 1110001 1011000 111111 0 111000 11011111 1001111 11001

Color Harmonies of #0D2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2A71

Black with #0D2A71

Text Example


Text Example

White with #0D2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,42,113); }

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

background-color css

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

 a { background-color: rgb(13,42,113); }

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

border-color css

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

 span { border-color: rgb(13,42,113); }

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