Html Css Color HEX #1F029B Ultramarine

📋 copy color: '#1F029B'

red 31 ◦ green 2 ◦ blue 155

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

Shades of Ultramarine #1F029B

Tints of Ultramarine #1F029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 82.45%

R = 16.49%
G = 1.06%
B = 82.45%

CMYK

 C value IS 0.8

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F029B (or 0x1F029B) is known color: Ultramarine. HEX triplet: 1F, 02 and 9B. RGB value is (31,2,155). Sum of RGB (Red+Green+Blue) = 31+2+155=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F029B is #E0FD64. Grayscale: #1B1B1B. Windows color (decimal): -14744933 or 10158623. OLE color: 10158623.

HSL color Cylindrical-coordinate representation of color #1F029B: hue angle of 251.37º 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 #1F029B is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 2 155 -
CMYK 0.8 0.99 0 0.39
HSL 251.37º 0.97% 0.31% -
HSV(B) 251.37º 0.99% 0.61% -
XYZ 6.5 2.7 31.19 -
YUV 28.11 199.61 130.06 -
System Red Green Blue C M Y K H S L
Decimal 31 2 155 0.8 0.99 0 0.39 251.37 0.97 0.31
Hex 1F 2 9B 50 63 0 27 FB 61 1F
Octal 37 2 233 120 143 0 47 373 141 37
Binary 11111 10 10011011 1010000 1100011 0 100111 11111011 1100001 11111

Color Harmonies of #1F029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F029B

Black with #1F029B

Text Example


Text Example

White with #1F029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,2,155); }

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

background-color css

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

 a { background-color: rgb(31,2,155); }

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

border-color css

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

 span { border-color: rgb(31,2,155); }

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