Html Css Color HEX #230E92 Ultramarine

📋 copy color: '#230E92'

red 35 ◦ green 14 ◦ blue 146

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

Shades of Ultramarine #230E92

Tints of Ultramarine #230E92

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

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

R = 17.95%
G = 7.18%
B = 74.87%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#230E92 (or 0x230E92) is known color: Ultramarine. HEX triplet: 23, 0E and 92. RGB value is (35,14,146). Sum of RGB (Red+Green+Blue) = 35+14+146=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #230E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230E92 is #DCF16D. Grayscale: #222222. Windows color (decimal): -14479726 or 9571875. OLE color: 9571875.

HSL color Cylindrical-coordinate representation of color #230E92: hue angle of 249.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230E92 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 14 146 -
CMYK 0.76 0.90 0 0.43
HSL 249.55º 0.83% 0.31% -
HSV(B) 249.55º 0.9% 0.57% -
XYZ 6.04 2.75 27.41 -
YUV 35.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 35 14 146 0.76 0.90 0 0.43 249.55 0.83 0.31
Hex 23 E 92 4C 5A 0 2B FA 52 1F
Octal 43 16 222 114 132 0 53 372 122 37
Binary 100011 1110 10010010 1001100 1011010 0 101011 11111010 1010010 11111

Color Harmonies of #230E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E92

Black with #230E92

Text Example


Text Example

White with #230E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230E92; }

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

 H1.HeaderClassName
 {
   color: #230E92;
 }
 .AnyTagClassName
 {
   color: #230E92;
 }
</style>

background-color css

<style>
 a { background-color: #230E92; }

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

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

border-color css

<style>
 span { border-color: #230E92; }

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

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