Html Css Color HEX #0F1A9D Ultramarine

📋 copy color: '#0F1A9D'

red 15 ◦ green 26 ◦ blue 157

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

Shades of Ultramarine #0F1A9D

Tints of Ultramarine #0F1A9D

RGB

 RED value IS 15 (6.25% from 255) = 7.58%

 GREEN value IS 26 (10.55% from 255) = 13.13%

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

R = 7.58%
G = 13.13%
B = 79.29%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F1A9D (or 0x0F1A9D) is known color: Ultramarine. HEX triplet: 0F, 1A and 9D. RGB value is (15,26,157). Sum of RGB (Red+Green+Blue) = 15+26+157=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F1A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1A9D is #F0E562. Grayscale: #252525. Windows color (decimal): -15787363 or 10295823. OLE color: 10295823.

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

Color convert

RGB 15 26 157 -
CMYK 0.90 0.83 0 0.38
HSL 235.35º 0.83% 0.34% -
HSV(B) 235.35º 0.9% 0.62% -
XYZ 6.65 3.27 32.18 -
YUV 37.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 15 26 157 0.90 0.83 0 0.38 235.35 0.83 0.34
Hex F 1A 9D 5A 53 0 26 EB 53 22
Octal 17 32 235 132 123 0 46 353 123 42
Binary 1111 11010 10011101 1011010 1010011 0 100110 11101011 1010011 100010

Color Harmonies of #0F1A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A9D

Black with #0F1A9D

Text Example


Text Example

White with #0F1A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,26,157); }

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

background-color css

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

 a { background-color: rgb(15,26,157); }

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

border-color css

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

 span { border-color: rgb(15,26,157); }

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