Html Css Color HEX #1F138C Ultramarine

📋 copy color: '#1F138C'

red 31 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #1F138C

Tints of Ultramarine #1F138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

 BLUE value IS 140 (55.08% from 255) = 73.68%

R = 16.32%
G = 10%
B = 73.68%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F138C (or 0x1F138C) is known color: Ultramarine. HEX triplet: 1F, 13 and 8C. RGB value is (31,19,140). Sum of RGB (Red+Green+Blue) = 31+19+140=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F138C is #E0EC73. Grayscale: #232323. Windows color (decimal): -14740596 or 9179935. OLE color: 9179935.

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

Color convert

RGB 31 19 140 -
CMYK 0.78 0.86 0 0.45
HSL 245.95º 0.76% 0.31% -
HSV(B) 245.95º 0.86% 0.55% -
XYZ 5.53 2.65 25.03 -
YUV 36.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 31 19 140 0.78 0.86 0 0.45 245.95 0.76 0.31
Hex 1F 13 8C 4E 56 0 2D F6 4C 1F
Octal 37 23 214 116 126 0 55 366 114 37
Binary 11111 10011 10001100 1001110 1010110 0 101101 11110110 1001100 11111

Color Harmonies of #1F138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F138C

Black with #1F138C

Text Example


Text Example

White with #1F138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,19,140); }

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

background-color css

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

 a { background-color: rgb(31,19,140); }

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

border-color css

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

 span { border-color: rgb(31,19,140); }

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