Html Css Color HEX #1F228B Ultramarine

📋 copy color: '#1F228B'

red 31 ◦ green 34 ◦ blue 139

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

Shades of Ultramarine #1F228B

Tints of Ultramarine #1F228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.14%

R = 15.2%
G = 16.67%
B = 68.14%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F228B (or 0x1F228B) is known color: Ultramarine. HEX triplet: 1F, 22 and 8B. RGB value is (31,34,139). Sum of RGB (Red+Green+Blue) = 31+34+139=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F228B is #E0DD74. Grayscale: #2C2C2C. Windows color (decimal): -14736757 or 9118239. OLE color: 9118239.

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

Color convert

RGB 31 34 139 -
CMYK 0.78 0.76 0 0.45
HSL 238.33º 0.64% 0.33% -
HSV(B) 238.33º 0.78% 0.55% -
XYZ 5.8 3.3 24.76 -
YUV 45.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 31 34 139 0.78 0.76 0 0.45 238.33 0.64 0.33
Hex 1F 22 8B 4E 4C 0 2D EE 40 21
Octal 37 42 213 116 114 0 55 356 100 41
Binary 11111 100010 10001011 1001110 1001100 0 101101 11101110 1000000 100001

Color Harmonies of #1F228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F228B

Black with #1F228B

Text Example


Text Example

White with #1F228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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