Html Css Color HEX #231E8A Ultramarine

📋 copy color: '#231E8A'

red 35 ◦ green 30 ◦ blue 138

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

Shades of Ultramarine #231E8A

Tints of Ultramarine #231E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.98%

R = 17.24%
G = 14.78%
B = 67.98%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#231E8A (or 0x231E8A) is known color: Ultramarine. HEX triplet: 23, 1E and 8A. RGB value is (35,30,138). Sum of RGB (Red+Green+Blue) = 35+30+138=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #231E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231E8A is #DCE175. Grayscale: #2B2B2B. Windows color (decimal): -14475638 or 9051683. OLE color: 9051683.

HSL color Cylindrical-coordinate representation of color #231E8A: hue angle of 242.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231E8A is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 30 138 -
CMYK 0.75 0.78 0 0.46
HSL 242.78º 0.64% 0.33% -
HSV(B) 242.78º 0.78% 0.54% -
XYZ 5.74 3.12 24.34 -
YUV 43.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 35 30 138 0.75 0.78 0 0.46 242.78 0.64 0.33
Hex 23 1E 8A 4B 4E 0 2E F3 40 21
Octal 43 36 212 113 116 0 56 363 100 41
Binary 100011 11110 10001010 1001011 1001110 0 101110 11110011 1000000 100001

Color Harmonies of #231E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E8A

Black with #231E8A

Text Example


Text Example

White with #231E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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