Html Css Color HEX #0D008F Ultramarine

📋 copy color: '#0D008F'

red 13 ◦ green 0 ◦ blue 143

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

Shades of Ultramarine #0D008F

Tints of Ultramarine #0D008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 91.67%

R = 8.33%
G = 0%
B = 91.67%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D008F (or 0x0D008F) is known color: Ultramarine. HEX triplet: 0D, 00 and 8F. RGB value is (13,0,143). Sum of RGB (Red+Green+Blue) = 13+0+143=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 143 (56.25% from 255 or 91.67% from 156); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D008F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D008F is #F2FF70. Grayscale: #131313. Windows color (decimal): -15925105 or 9371661. OLE color: 9371661.

HSL color Cylindrical-coordinate representation of color #0D008F: hue angle of 245.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D008F is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 0 143 -
CMYK 0.91 1 0 0.44
HSL 245.45º 1% 0.28% -
HSV(B) 245.45º 1% 0.56% -
XYZ 5.12 2.07 26.12 -
YUV 20.19 197.31 122.87 -
System Red Green Blue C M Y K H S L
Decimal 13 0 143 0.91 1 0 0.44 245.45 1 0.28
Hex D 0 8F 5B 64 0 2C F5 64 1C
Octal 15 0 217 133 144 0 54 365 144 34
Binary 1101 0 10001111 1011011 1100100 0 101100 11110101 1100100 11100

Color Harmonies of #0D008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D008F

Black with #0D008F

Text Example


Text Example

White with #0D008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,0,143); }

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

background-color css

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

 a { background-color: rgb(13,0,143); }

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

border-color css

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

 span { border-color: rgb(13,0,143); }

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