Html Css Color HEX #0D1685 Ultramarine

📋 copy color: '#0D1685'

red 13 ◦ green 22 ◦ blue 133

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

Shades of Ultramarine #0D1685

Tints of Ultramarine #0D1685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

 BLUE value IS 133 (52.34% from 255) = 79.17%

R = 7.74%
G = 13.1%
B = 79.17%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D1685 (or 0x0D1685) is known color: Ultramarine. HEX triplet: 0D, 16 and 85. RGB value is (13,22,133). Sum of RGB (Red+Green+Blue) = 13+22+133=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D1685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1685 is #F2E97A. Grayscale: #1F1F1F. Windows color (decimal): -15919483 or 8721933. OLE color: 8721933.

HSL color Cylindrical-coordinate representation of color #0D1685: hue angle of 235.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1685 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 22 133 -
CMYK 0.90 0.83 0 0.48
HSL 235.5º 0.82% 0.29% -
HSV(B) 235.5º 0.9% 0.52% -
XYZ 4.69 2.35 22.4 -
YUV 31.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 13 22 133 0.90 0.83 0 0.48 235.5 0.82 0.29
Hex D 16 85 5A 53 0 30 EC 52 1D
Octal 15 26 205 132 123 0 60 354 122 35
Binary 1101 10110 10000101 1011010 1010011 0 110000 11101100 1010010 11101

Color Harmonies of #0D1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1685

Black with #0D1685

Text Example


Text Example

White with #0D1685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,22,133); }

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

background-color css

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

 a { background-color: rgb(13,22,133); }

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

border-color css

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

 span { border-color: rgb(13,22,133); }

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