Html Css Color HEX #0F068B Ultramarine

📋 copy color: '#0F068B'

red 15 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #0F068B

Tints of Ultramarine #0F068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 9.38%
G = 3.75%
B = 86.88%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F068B (or 0x0F068B) is known color: Ultramarine. HEX triplet: 0F, 06 and 8B. RGB value is (15,6,139). Sum of RGB (Red+Green+Blue) = 15+6+139=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F068B is #F0F974. Grayscale: #171717. Windows color (decimal): -15792501 or 9111055. OLE color: 9111055.

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

Color convert

RGB 15 6 139 -
CMYK 0.89 0.96 0 0.45
HSL 244.06º 0.92% 0.28% -
HSV(B) 244.06º 0.96% 0.55% -
XYZ 4.92 2.1 24.57 -
YUV 23.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 15 6 139 0.89 0.96 0 0.45 244.06 0.92 0.28
Hex F 6 8B 59 60 0 2D F4 5C 1C
Octal 17 6 213 131 140 0 55 364 134 34
Binary 1111 110 10001011 1011001 1100000 0 101101 11110100 1011100 11100

Color Harmonies of #0F068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F068B

Black with #0F068B

Text Example


Text Example

White with #0F068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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