Html Css Color HEX #081297 Ultramarine

📋 copy color: '#081297'

red 8 ◦ green 18 ◦ blue 151

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

Shades of Ultramarine #081297

Tints of Ultramarine #081297

RGB

 RED value IS 8 (3.52% from 255) = 4.52%

 GREEN value IS 18 (7.42% from 255) = 10.17%

 BLUE value IS 151 (59.38% from 255) = 85.31%

R = 4.52%
G = 10.17%
B = 85.31%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081297 (or 0x081297) is known color: Ultramarine. HEX triplet: 08, 12 and 97. RGB value is (8,18,151). Sum of RGB (Red+Green+Blue) = 8+18+151=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 151 (59.38% from 255 or 85.31% from 177); Max value from RGB is 151 - color contains mainly: blue. Hex color #081297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081297 is #F7ED68. Grayscale: #1D1D1D. Windows color (decimal): -16248169 or 9900552. OLE color: 9900552.

HSL color Cylindrical-coordinate representation of color #081297: hue angle of 235.8º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081297 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 18 151 -
CMYK 0.95 0.88 0 0.41
HSL 235.8º 0.9% 0.31% -
HSV(B) 235.8º 0.95% 0.59% -
XYZ 5.9 2.72 29.49 -
YUV 30.17 196.19 112.19 -
System Red Green Blue C M Y K H S L
Decimal 8 18 151 0.95 0.88 0 0.41 235.8 0.9 0.31
Hex 8 12 97 5F 58 0 29 EC 5A 1F
Octal 10 22 227 137 130 0 51 354 132 37
Binary 1000 10010 10010111 1011111 1011000 0 101001 11101100 1011010 11111

Color Harmonies of #081297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081297

Black with #081297

Text Example


Text Example

White with #081297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081297; }

 p { color: rgb(8,18,151); }

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

background-color css

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

 a { background-color: rgb(8,18,151); }

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

border-color css

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

 span { border-color: rgb(8,18,151); }

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