Html Css Color HEX #230788 Ultramarine

📋 copy color: '#230788'

red 35 ◦ green 7 ◦ blue 136

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

Shades of Ultramarine #230788

Tints of Ultramarine #230788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 19.66%
G = 3.93%
B = 76.4%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230788 (or 0x230788) is known color: Ultramarine. HEX triplet: 23, 07 and 88. RGB value is (35,7,136). Sum of RGB (Red+Green+Blue) = 35+7+136=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #230788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230788 is #DCF877. Grayscale: #1D1D1D. Windows color (decimal): -14481528 or 8914723. OLE color: 8914723.

HSL color Cylindrical-coordinate representation of color #230788: hue angle of 253.02º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230788 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 7 136 -
CMYK 0.74 0.95 0 0.47
HSL 253.02º 0.9% 0.28% -
HSV(B) 253.02º 0.95% 0.53% -
XYZ 5.21 2.29 23.46 -
YUV 30.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 35 7 136 0.74 0.95 0 0.47 253.02 0.9 0.28
Hex 23 7 88 4A 5F 0 2F FD 5A 1C
Octal 43 7 210 112 137 0 57 375 132 34
Binary 100011 111 10001000 1001010 1011111 0 101111 11111101 1011010 11100

Color Harmonies of #230788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230788

Black with #230788

Text Example


Text Example

White with #230788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230788; }

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

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

background-color css

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

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

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

border-color css

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

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

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