Html Css Color HEX #0F2093 Ultramarine

📋 copy color: '#0F2093'

red 15 ◦ green 32 ◦ blue 147

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

Shades of Ultramarine #0F2093

Tints of Ultramarine #0F2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 147 (57.81% from 255) = 75.77%

R = 7.73%
G = 16.49%
B = 75.77%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F2093 (or 0x0F2093) is known color: Ultramarine. HEX triplet: 0F, 20 and 93. RGB value is (15,32,147). Sum of RGB (Red+Green+Blue) = 15+32+147=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F2093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2093 is #F0DF6C. Grayscale: #272727. Windows color (decimal): -15785837 or 9641999. OLE color: 9641999.

HSL color Cylindrical-coordinate representation of color #0F2093: hue angle of 232.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2093 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 32 147 -
CMYK 0.90 0.78 0 0.42
HSL 232.27º 0.81% 0.32% -
HSV(B) 232.27º 0.9% 0.58% -
XYZ 5.98 3.24 27.91 -
YUV 40.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 15 32 147 0.90 0.78 0 0.42 232.27 0.81 0.32
Hex F 20 93 5A 4E 0 2A E8 51 20
Octal 17 40 223 132 116 0 52 350 121 40
Binary 1111 100000 10010011 1011010 1001110 0 101010 11101000 1010001 100000

Color Harmonies of #0F2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2093

Black with #0F2093

Text Example


Text Example

White with #0F2093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,32,147); }

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

background-color css

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

 a { background-color: rgb(15,32,147); }

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

border-color css

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

 span { border-color: rgb(15,32,147); }

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