Html Css Color HEX #231B9E Ultramarine

📋 copy color: '#231B9E'

red 35 ◦ green 27 ◦ blue 158

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

Shades of Ultramarine #231B9E

Tints of Ultramarine #231B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 15.91%
G = 12.27%
B = 71.82%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#231B9E (or 0x231B9E) is known color: Ultramarine. HEX triplet: 23, 1B and 9E. RGB value is (35,27,158). Sum of RGB (Red+Green+Blue) = 35+27+158=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #231B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231B9E is #DCE461. Grayscale: #2B2B2B. Windows color (decimal): -14476386 or 10361635. OLE color: 10361635.

HSL color Cylindrical-coordinate representation of color #231B9E: hue angle of 243.66º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231B9E is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 27 158 -
CMYK 0.78 0.83 0 0.38
HSL 243.66º 0.71% 0.36% -
HSV(B) 243.66º 0.83% 0.62% -
XYZ 7.26 3.61 32.66 -
YUV 44.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 35 27 158 0.78 0.83 0 0.38 243.66 0.71 0.36
Hex 23 1B 9E 4E 53 0 26 F4 47 24
Octal 43 33 236 116 123 0 46 364 107 44
Binary 100011 11011 10011110 1001110 1010011 0 100110 11110100 1000111 100100

Color Harmonies of #231B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B9E

Black with #231B9E

Text Example


Text Example

White with #231B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,158); }

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

background-color css

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

 a { background-color: rgb(35,27,158); }

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

border-color css

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

 span { border-color: rgb(35,27,158); }

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