Html Css Color HEX #0D127F Ultramarine

📋 copy color: '#0D127F'

red 13 ◦ green 18 ◦ blue 127

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

Shades of Ultramarine #0D127F

Tints of Ultramarine #0D127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

 BLUE value IS 127 (50% from 255) = 80.38%

R = 8.23%
G = 11.39%
B = 80.38%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0D127F (or 0x0D127F) is known color: Ultramarine. HEX triplet: 0D, 12 and 7F. RGB value is (13,18,127). Sum of RGB (Red+Green+Blue) = 13+18+127=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 127 (50% from 255 or 80.38% from 158); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D127F is #F2ED80. Grayscale: #1C1C1C. Windows color (decimal): -15920513 or 8327693. OLE color: 8327693.

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

Color convert

RGB 13 18 127 -
CMYK 0.90 0.86 0 0.50
HSL 237.37º 0.81% 0.27% -
HSV(B) 237.37º 0.9% 0.5% -
XYZ 4.21 2.05 20.25 -
YUV 28.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 13 18 127 0.90 0.86 0 0.50 237.37 0.81 0.27
Hex D 12 7F 5A 56 0 32 ED 51 1B
Octal 15 22 177 132 126 0 62 355 121 33
Binary 1101 10010 1111111 1011010 1010110 0 110010 11101101 1010001 11011

Color Harmonies of #0D127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D127F

Black with #0D127F

Text Example


Text Example

White with #0D127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,18,127); }

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

background-color css

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

 a { background-color: rgb(13,18,127); }

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

border-color css

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

 span { border-color: rgb(13,18,127); }

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