Html Css Color HEX #0D089D Ultramarine

📋 copy color: '#0D089D'

red 13 ◦ green 8 ◦ blue 157

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

Shades of Ultramarine #0D089D

Tints of Ultramarine #0D089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 157 (61.72% from 255) = 88.2%

R = 7.3%
G = 4.49%
B = 88.2%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D089D (or 0x0D089D) is known color: Ultramarine. HEX triplet: 0D, 08 and 9D. RGB value is (13,8,157). Sum of RGB (Red+Green+Blue) = 13+8+157=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D089D is #F2F762. Grayscale: #191919. Windows color (decimal): -15923043 or 10291213. OLE color: 10291213.

HSL color Cylindrical-coordinate representation of color #0D089D: hue angle of 242.01º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D089D is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 8 157 -
CMYK 0.92 0.95 0 0.38
HSL 242.01º 0.9% 0.32% -
HSV(B) 242.01º 0.95% 0.62% -
XYZ 6.34 2.69 32.08 -
YUV 26.48 201.66 118.38 -
System Red Green Blue C M Y K H S L
Decimal 13 8 157 0.92 0.95 0 0.38 242.01 0.9 0.32
Hex D 8 9D 5C 5F 0 26 F2 5A 20
Octal 15 10 235 134 137 0 46 362 132 40
Binary 1101 1000 10011101 1011100 1011111 0 100110 11110010 1011010 100000

Color Harmonies of #0D089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D089D

Black with #0D089D

Text Example


Text Example

White with #0D089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,157); }

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

background-color css

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

 a { background-color: rgb(13,8,157); }

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

border-color css

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

 span { border-color: rgb(13,8,157); }

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