Html Css Color HEX #1F229B Ultramarine

📋 copy color: '#1F229B'

red 31 ◦ green 34 ◦ blue 155

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

Shades of Ultramarine #1F229B

Tints of Ultramarine #1F229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 14.09%
G = 15.45%
B = 70.45%

CMYK

 C value IS 0.8

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F229B (or 0x1F229B) is known color: Ultramarine. HEX triplet: 1F, 22 and 9B. RGB value is (31,34,155). Sum of RGB (Red+Green+Blue) = 31+34+155=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F229B is #E0DD64. Grayscale: #2E2E2E. Windows color (decimal): -14736741 or 10166815. OLE color: 10166815.

HSL color Cylindrical-coordinate representation of color #1F229B: hue angle of 238.55º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F229B is Cyan = 0.8, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 34 155 -
CMYK 0.8 0.78 0 0.39
HSL 238.55º 0.67% 0.36% -
HSV(B) 238.55º 0.8% 0.61% -
XYZ 7.05 3.8 31.37 -
YUV 46.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 31 34 155 0.8 0.78 0 0.39 238.55 0.67 0.36
Hex 1F 22 9B 50 4E 0 27 EF 43 24
Octal 37 42 233 120 116 0 47 357 103 44
Binary 11111 100010 10011011 1010000 1001110 0 100111 11101111 1000011 100100

Color Harmonies of #1F229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F229B

Black with #1F229B

Text Example


Text Example

White with #1F229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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