Html Css Color HEX #231CAB Ultramarine

📋 copy color: '#231CAB'

red 35 ◦ green 28 ◦ blue 171

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

Shades of Ultramarine #231CAB

Tints of Ultramarine #231CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

 BLUE value IS 171 (67.19% from 255) = 73.08%

R = 14.96%
G = 11.97%
B = 73.08%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#231CAB (or 0x231CAB) is known color: Ultramarine. HEX triplet: 23, 1C and AB. RGB value is (35,28,171). Sum of RGB (Red+Green+Blue) = 35+28+171=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #231CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231CAB is #DCE354. Grayscale: #2D2D2D. Windows color (decimal): -14476117 or 11213859. OLE color: 11213859.

HSL color Cylindrical-coordinate representation of color #231CAB: hue angle of 242.94º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231CAB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 28 171 -
CMYK 0.80 0.84 0 0.33
HSL 242.94º 0.72% 0.39% -
HSV(B) 242.94º 0.84% 0.67% -
XYZ 8.46 4.13 38.88 -
YUV 46.4 198.32 119.87 -
System Red Green Blue C M Y K H S L
Decimal 35 28 171 0.80 0.84 0 0.33 242.94 0.72 0.39
Hex 23 1C AB 50 54 0 21 F3 48 27
Octal 43 34 253 120 124 0 41 363 110 47
Binary 100011 11100 10101011 1010000 1010100 0 100001 11110011 1001000 100111

Color Harmonies of #231CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CAB

Black with #231CAB

Text Example


Text Example

White with #231CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,28,171); }

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

background-color css

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

 a { background-color: rgb(35,28,171); }

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

border-color css

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

 span { border-color: rgb(35,28,171); }

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