Html Css Color HEX #0F029C Ultramarine

📋 copy color: '#0F029C'

red 15 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #0F029C

Tints of Ultramarine #0F029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 8.67%
G = 1.16%
B = 90.17%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F029C (or 0x0F029C) is known color: Ultramarine. HEX triplet: 0F, 02 and 9C. RGB value is (15,2,156). Sum of RGB (Red+Green+Blue) = 15+2+156=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 156 (61.33% from 255 or 90.17% from 173); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F029C is #F0FD63. Grayscale: #161616. Windows color (decimal): -15793508 or 10224143. OLE color: 10224143.

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

Color convert

RGB 15 2 156 -
CMYK 0.90 0.99 0 0.39
HSL 245.06º 0.97% 0.31% -
HSV(B) 245.06º 0.99% 0.61% -
XYZ 6.22 2.55 31.62 -
YUV 23.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 15 2 156 0.90 0.99 0 0.39 245.06 0.97 0.31
Hex F 2 9C 5A 63 0 27 F5 61 1F
Octal 17 2 234 132 143 0 47 365 141 37
Binary 1111 10 10011100 1011010 1100011 0 100111 11110101 1100001 11111

Color Harmonies of #0F029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F029C

Black with #0F029C

Text Example


Text Example

White with #0F029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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