Html Css Color HEX #1F228F Ultramarine

📋 copy color: '#1F228F'

red 31 ◦ green 34 ◦ blue 143

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

Shades of Ultramarine #1F228F

Tints of Ultramarine #1F228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 68.75%

R = 14.9%
G = 16.35%
B = 68.75%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F228F (or 0x1F228F) is known color: Ultramarine. HEX triplet: 1F, 22 and 8F. RGB value is (31,34,143). Sum of RGB (Red+Green+Blue) = 31+34+143=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F228F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F228F is #E0DD70. Grayscale: #2D2D2D. Windows color (decimal): -14736753 or 9380383. OLE color: 9380383.

HSL color Cylindrical-coordinate representation of color #1F228F: hue angle of 238.39º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F228F is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 34 143 -
CMYK 0.78 0.76 0 0.44
HSL 238.39º 0.64% 0.34% -
HSV(B) 238.39º 0.78% 0.56% -
XYZ 6.1 3.42 26.33 -
YUV 45.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 31 34 143 0.78 0.76 0 0.44 238.39 0.64 0.34
Hex 1F 22 8F 4E 4C 0 2C EE 40 22
Octal 37 42 217 116 114 0 54 356 100 42
Binary 11111 100010 10001111 1001110 1001100 0 101100 11101110 1000000 100010

Color Harmonies of #1F228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F228F

Black with #1F228F

Text Example


Text Example

White with #1F228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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