Html Css Color HEX #0F089C Ultramarine

📋 copy color: '#0F089C'

red 15 ◦ green 8 ◦ blue 156

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

Shades of Ultramarine #0F089C

Tints of Ultramarine #0F089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 87.15%

R = 8.38%
G = 4.47%
B = 87.15%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F089C (or 0x0F089C) is known color: Ultramarine. HEX triplet: 0F, 08 and 9C. RGB value is (15,8,156). Sum of RGB (Red+Green+Blue) = 15+8+156=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 156 (61.33% from 255 or 87.15% from 179); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F089C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F089C is #F0F763. Grayscale: #1A1A1A. Windows color (decimal): -15791972 or 10225679. OLE color: 10225679.

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

Color convert

RGB 15 8 156 -
CMYK 0.90 0.95 0 0.39
HSL 242.84º 0.9% 0.32% -
HSV(B) 242.84º 0.95% 0.61% -
XYZ 6.28 2.68 31.64 -
YUV 26.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 15 8 156 0.90 0.95 0 0.39 242.84 0.9 0.32
Hex F 8 9C 5A 5F 0 27 F3 5A 20
Octal 17 10 234 132 137 0 47 363 132 40
Binary 1111 1000 10011100 1011010 1011111 0 100111 11110011 1011010 100000

Color Harmonies of #0F089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F089C

Black with #0F089C

Text Example


Text Example

White with #0F089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,156); }

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

background-color css

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

 a { background-color: rgb(15,8,156); }

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

border-color css

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

 span { border-color: rgb(15,8,156); }

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