Html Css Color HEX #1F078B Ultramarine

📋 copy color: '#1F078B'

red 31 ◦ green 7 ◦ blue 139

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

Shades of Ultramarine #1F078B

Tints of Ultramarine #1F078B

RGB

 RED value IS 31 (12.5% from 255) = 17.51%

 GREEN value IS 7 (3.13% from 255) = 3.95%

 BLUE value IS 139 (54.69% from 255) = 78.53%

R = 17.51%
G = 3.95%
B = 78.53%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F078B (or 0x1F078B) is known color: Ultramarine. HEX triplet: 1F, 07 and 8B. RGB value is (31,7,139). Sum of RGB (Red+Green+Blue) = 31+7+139=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F078B is #E0F874. Grayscale: #1C1C1C. Windows color (decimal): -14743669 or 9111327. OLE color: 9111327.

HSL color Cylindrical-coordinate representation of color #1F078B: hue angle of 250.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F078B is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 7 139 -
CMYK 0.78 0.95 0 0.45
HSL 250.91º 0.9% 0.29% -
HSV(B) 250.91º 0.95% 0.55% -
XYZ 5.3 2.31 24.59 -
YUV 29.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 31 7 139 0.78 0.95 0 0.45 250.91 0.9 0.29
Hex 1F 7 8B 4E 5F 0 2D FB 5A 1D
Octal 37 7 213 116 137 0 55 373 132 35
Binary 11111 111 10001011 1001110 1011111 0 101101 11111011 1011010 11101

Color Harmonies of #1F078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F078B

Black with #1F078B

Text Example


Text Example

White with #1F078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F078B; }

 p { color: rgb(31,7,139); }

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

background-color css

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

 a { background-color: rgb(31,7,139); }

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

border-color css

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

 span { border-color: rgb(31,7,139); }

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