Html Css Color HEX #0F069A Ultramarine

📋 copy color: '#0F069A'

red 15 ◦ green 6 ◦ blue 154

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

Shades of Ultramarine #0F069A

Tints of Ultramarine #0F069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 88%

R = 8.57%
G = 3.43%
B = 88%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F069A (or 0x0F069A) is known color: Ultramarine. HEX triplet: 0F, 06 and 9A. RGB value is (15,6,154). Sum of RGB (Red+Green+Blue) = 15+6+154=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 154 (60.55% from 255 or 88% from 175); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F069A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F069A is #F0F965. Grayscale: #181818. Windows color (decimal): -15792486 or 10094095. OLE color: 10094095.

HSL color Cylindrical-coordinate representation of color #0F069A: hue angle of 243.65º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F069A is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 6 154 -
CMYK 0.90 0.96 0 0.40
HSL 243.65º 0.93% 0.31% -
HSV(B) 243.65º 0.96% 0.6% -
XYZ 6.09 2.56 30.75 -
YUV 25.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 15 6 154 0.90 0.96 0 0.40 243.65 0.93 0.31
Hex F 6 9A 5A 60 0 28 F4 5C 1F
Octal 17 6 232 132 140 0 50 364 134 37
Binary 1111 110 10011010 1011010 1100000 0 101000 11110100 1011100 11111

Color Harmonies of #0F069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F069A

Black with #0F069A

Text Example


Text Example

White with #0F069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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