Html Css Color HEX #0D247D Sapphire

📋 copy color: '#0D247D'

red 13 ◦ green 36 ◦ blue 125

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

Shades of Sapphire #0D247D

Tints of Sapphire #0D247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

 BLUE value IS 125 (49.22% from 255) = 71.84%

R = 7.47%
G = 20.69%
B = 71.84%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D247D (or 0x0D247D) is known color: Sapphire. HEX triplet: 0D, 24 and 7D. RGB value is (13,36,125). Sum of RGB (Red+Green+Blue) = 13+36+125=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D247D is #F2DB82. Grayscale: #262626. Windows color (decimal): -15915907 or 8201229. OLE color: 8201229.

HSL color Cylindrical-coordinate representation of color #0D247D: hue angle of 227.68º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D247D is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 36 125 -
CMYK 0.90 0.71 0 0.51
HSL 227.68º 0.81% 0.27% -
HSV(B) 227.68º 0.9% 0.49% -
XYZ 4.5 2.83 19.71 -
YUV 39.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 13 36 125 0.90 0.71 0 0.51 227.68 0.81 0.27
Hex D 24 7D 5A 47 0 33 E4 51 1B
Octal 15 44 175 132 107 0 63 344 121 33
Binary 1101 100100 1111101 1011010 1000111 0 110011 11100100 1010001 11011

Color Harmonies of #0D247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D247D

Black with #0D247D

Text Example


Text Example

White with #0D247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,36,125); }

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

background-color css

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

 a { background-color: rgb(13,36,125); }

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

border-color css

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

 span { border-color: rgb(13,36,125); }

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