Html Css Color HEX #0D0F93 Ultramarine

📋 copy color: '#0D0F93'

red 13 ◦ green 15 ◦ blue 147

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

Shades of Ultramarine #0D0F93

Tints of Ultramarine #0D0F93

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.57%

 BLUE value IS 147 (57.81% from 255) = 84%

R = 7.43%
G = 8.57%
B = 84%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D0F93 (or 0x0D0F93) is known color: Ultramarine. HEX triplet: 0D, 0F and 93. RGB value is (13,15,147). Sum of RGB (Red+Green+Blue) = 13+15+147=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D0F93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0F93 is #F2F06C. Grayscale: #1C1C1C. Windows color (decimal): -15921261 or 9637645. OLE color: 9637645.

HSL color Cylindrical-coordinate representation of color #0D0F93: hue angle of 239.1º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0F93 is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 15 147 -
CMYK 0.91 0.90 0 0.42
HSL 239.1º 0.84% 0.31% -
HSV(B) 239.1º 0.91% 0.58% -
XYZ 5.6 2.53 27.8 -
YUV 29.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 13 15 147 0.91 0.90 0 0.42 239.1 0.84 0.31
Hex D F 93 5B 5A 0 2A EF 54 1F
Octal 15 17 223 133 132 0 52 357 124 37
Binary 1101 1111 10010011 1011011 1011010 0 101010 11101111 1010100 11111

Color Harmonies of #0D0F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F93

Black with #0D0F93

Text Example


Text Example

White with #0D0F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,15,147); }

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

background-color css

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

 a { background-color: rgb(13,15,147); }

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

border-color css

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

 span { border-color: rgb(13,15,147); }

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