Html Css Color HEX #1F229C Ultramarine

📋 copy color: '#1F229C'

red 31 ◦ green 34 ◦ blue 156

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

Shades of Ultramarine #1F229C

Tints of Ultramarine #1F229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 70.59%

R = 14.03%
G = 15.38%
B = 70.59%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F229C (or 0x1F229C) is known color: Ultramarine. HEX triplet: 1F, 22 and 9C. RGB value is (31,34,156). Sum of RGB (Red+Green+Blue) = 31+34+156=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F229C is #E0DD63. Grayscale: #2E2E2E. Windows color (decimal): -14736740 or 10232351. OLE color: 10232351.

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

Color convert

RGB 31 34 156 -
CMYK 0.80 0.78 0 0.39
HSL 238.56º 0.67% 0.37% -
HSV(B) 238.56º 0.8% 0.61% -
XYZ 7.14 3.84 31.82 -
YUV 47.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 31 34 156 0.80 0.78 0 0.39 238.56 0.67 0.37
Hex 1F 22 9C 50 4E 0 27 EF 43 25
Octal 37 42 234 120 116 0 47 357 103 45
Binary 11111 100010 10011100 1010000 1001110 0 100111 11101111 1000011 100101

Color Harmonies of #1F229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F229C

Black with #1F229C

Text Example


Text Example

White with #1F229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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