Html Css Color HEX #231E8B Ultramarine

📋 copy color: '#231E8B'

red 35 ◦ green 30 ◦ blue 139

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

Shades of Ultramarine #231E8B

Tints of Ultramarine #231E8B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

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

R = 17.16%
G = 14.71%
B = 68.14%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#231E8B (or 0x231E8B) is known color: Ultramarine. HEX triplet: 23, 1E and 8B. RGB value is (35,30,139). Sum of RGB (Red+Green+Blue) = 35+30+139=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 30 (12.11% from 255 or 14.71% 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 #231E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231E8B is #DCE174. Grayscale: #2B2B2B. Windows color (decimal): -14475637 or 9117219. OLE color: 9117219.

HSL color Cylindrical-coordinate representation of color #231E8B: hue angle of 242.75º 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 #231E8B is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 30 139 -
CMYK 0.75 0.78 0 0.45
HSL 242.75º 0.64% 0.33% -
HSV(B) 242.75º 0.78% 0.55% -
XYZ 5.82 3.15 24.73 -
YUV 43.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 35 30 139 0.75 0.78 0 0.45 242.75 0.64 0.33
Hex 23 1E 8B 4B 4E 0 2D F3 40 21
Octal 43 36 213 113 116 0 55 363 100 41
Binary 100011 11110 10001011 1001011 1001110 0 101101 11110011 1000000 100001

Color Harmonies of #231E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E8B

Black with #231E8B

Text Example


Text Example

White with #231E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,30,139); }

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

background-color css

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

 a { background-color: rgb(35,30,139); }

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

border-color css

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

 span { border-color: rgb(35,30,139); }

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