Html Css Color HEX #231D88 Ultramarine

📋 copy color: '#231D88'

red 35 ◦ green 29 ◦ blue 136

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

Shades of Ultramarine #231D88

Tints of Ultramarine #231D88

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

 BLUE value IS 136 (53.52% from 255) = 68%

R = 17.5%
G = 14.5%
B = 68%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#231D88 (or 0x231D88) is known color: Ultramarine. HEX triplet: 23, 1D and 88. RGB value is (35,29,136). Sum of RGB (Red+Green+Blue) = 35+29+136=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #231D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231D88 is #DCE277. Grayscale: #2A2A2A. Windows color (decimal): -14475896 or 8920355. OLE color: 8920355.

HSL color Cylindrical-coordinate representation of color #231D88: hue angle of 243.36º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231D88 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 29 136 -
CMYK 0.74 0.79 0 0.47
HSL 243.36º 0.65% 0.32% -
HSV(B) 243.36º 0.79% 0.53% -
XYZ 5.58 3.01 23.58 -
YUV 42.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 35 29 136 0.74 0.79 0 0.47 243.36 0.65 0.32
Hex 23 1D 88 4A 4F 0 2F F3 41 20
Octal 43 35 210 112 117 0 57 363 101 40
Binary 100011 11101 10001000 1001010 1001111 0 101111 11110011 1000001 100000

Color Harmonies of #231D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D88

Black with #231D88

Text Example


Text Example

White with #231D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,29,136); }

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

background-color css

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

 a { background-color: rgb(35,29,136); }

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

border-color css

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

 span { border-color: rgb(35,29,136); }

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