Html Css Color HEX #071794 Ultramarine

📋 copy color: '#071794'

red 7 ◦ green 23 ◦ blue 148

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

Shades of Ultramarine #071794

Tints of Ultramarine #071794

RGB

 RED value IS 7 (3.13% from 255) = 3.93%

 GREEN value IS 23 (9.38% from 255) = 12.92%

 BLUE value IS 148 (58.2% from 255) = 83.15%

R = 3.93%
G = 12.92%
B = 83.15%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#071794 (or 0x071794) is known color: Ultramarine. HEX triplet: 07, 17 and 94. RGB value is (7,23,148). Sum of RGB (Red+Green+Blue) = 7+23+148=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 148 (58.20% from 255 or 83.15% from 178); Max value from RGB is 148 - color contains mainly: blue. Hex color #071794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071794 is #F8E86B. Grayscale: #1F1F1F. Windows color (decimal): -16312428 or 9705223. OLE color: 9705223.

HSL color Cylindrical-coordinate representation of color #071794: hue angle of 233.19º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071794 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 23 148 -
CMYK 0.95 0.84 0 0.42
HSL 233.19º 0.91% 0.3% -
HSV(B) 233.19º 0.95% 0.58% -
XYZ 5.74 2.8 28.25 -
YUV 32.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 7 23 148 0.95 0.84 0 0.42 233.19 0.91 0.3
Hex 7 17 94 5F 54 0 2A E9 5B 1E
Octal 7 27 224 137 124 0 52 351 133 36
Binary 111 10111 10010100 1011111 1010100 0 101010 11101001 1011011 11110

Color Harmonies of #071794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071794

Black with #071794

Text Example


Text Example

White with #071794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071794; }

 p { color: rgb(7,23,148); }

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

background-color css

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

 a { background-color: rgb(7,23,148); }

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

border-color css

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

 span { border-color: rgb(7,23,148); }

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