Html Css Color HEX #0F078B Ultramarine

📋 copy color: '#0F078B'

red 15 ◦ green 7 ◦ blue 139

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

Shades of Ultramarine #0F078B

Tints of Ultramarine #0F078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 139 (54.69% from 255) = 86.34%

R = 9.32%
G = 4.35%
B = 86.34%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F078B (or 0x0F078B) is known color: Ultramarine. HEX triplet: 0F, 07 and 8B. RGB value is (15,7,139). Sum of RGB (Red+Green+Blue) = 15+7+139=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F078B is #F0F874. Grayscale: #171717. Windows color (decimal): -15792245 or 9111311. OLE color: 9111311.

HSL color Cylindrical-coordinate representation of color #0F078B: hue angle of 243.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F078B is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 7 139 -
CMYK 0.89 0.95 0 0.45
HSL 243.64º 0.9% 0.29% -
HSV(B) 243.64º 0.95% 0.55% -
XYZ 4.93 2.12 24.57 -
YUV 24.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 15 7 139 0.89 0.95 0 0.45 243.64 0.9 0.29
Hex F 7 8B 59 5F 0 2D F4 5A 1D
Octal 17 7 213 131 137 0 55 364 132 35
Binary 1111 111 10001011 1011001 1011111 0 101101 11110100 1011010 11101

Color Harmonies of #0F078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F078B

Black with #0F078B

Text Example


Text Example

White with #0F078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,7,139); }

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

background-color css

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

 a { background-color: rgb(15,7,139); }

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

border-color css

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

 span { border-color: rgb(15,7,139); }

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