Html Css Color HEX #231F92 Ultramarine

📋 copy color: '#231F92'

red 35 ◦ green 31 ◦ blue 146

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

Shades of Ultramarine #231F92

Tints of Ultramarine #231F92

RGB

 RED value IS 35 (14.06% from 255) = 16.51%

 GREEN value IS 31 (12.5% from 255) = 14.62%

 BLUE value IS 146 (57.42% from 255) = 68.87%

R = 16.51%
G = 14.62%
B = 68.87%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#231F92 (or 0x231F92) is known color: Ultramarine. HEX triplet: 23, 1F and 92. RGB value is (35,31,146). Sum of RGB (Red+Green+Blue) = 35+31+146=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #231F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231F92 is #DCE06D. Grayscale: #2C2C2C. Windows color (decimal): -14475374 or 9576227. OLE color: 9576227.

HSL color Cylindrical-coordinate representation of color #231F92: hue angle of 242.09º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231F92 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 31 146 -
CMYK 0.76 0.79 0 0.43
HSL 242.09º 0.65% 0.35% -
HSV(B) 242.09º 0.79% 0.57% -
XYZ 6.37 3.41 27.52 -
YUV 45.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 35 31 146 0.76 0.79 0 0.43 242.09 0.65 0.35
Hex 23 1F 92 4C 4F 0 2B F2 41 23
Octal 43 37 222 114 117 0 53 362 101 43
Binary 100011 11111 10010010 1001100 1001111 0 101011 11110010 1000001 100011

Color Harmonies of #231F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F92

Black with #231F92

Text Example


Text Example

White with #231F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231F92; }

 p { color: rgb(35,31,146); }

 H1.HeaderClassName
 {
   color: #231F92;
 }
 .AnyTagClassName
 {
   color: #231F92;
 }
</style>

background-color css

<style>
 a { background-color: #231F92; }

 a { background-color: rgb(35,31,146); }

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

border-color css

<style>
 span { border-color: #231F92; }

 span { border-color: rgb(35,31,146); }

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