Html Css Color HEX #230898 Ultramarine

📋 copy color: '#230898'

red 35 ◦ green 8 ◦ blue 152

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

Shades of Ultramarine #230898

Tints of Ultramarine #230898

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 152 (59.77% from 255) = 77.95%

R = 17.95%
G = 4.1%
B = 77.95%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#230898 (or 0x230898) is known color: Ultramarine. HEX triplet: 23, 08 and 98. RGB value is (35,8,152). Sum of RGB (Red+Green+Blue) = 35+8+152=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #230898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230898 is #DCF767. Grayscale: #1F1F1F. Windows color (decimal): -14481256 or 9963555. OLE color: 9963555.

HSL color Cylindrical-coordinate representation of color #230898: hue angle of 251.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230898 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 8 152 -
CMYK 0.77 0.95 0 0.40
HSL 251.25º 0.9% 0.31% -
HSV(B) 251.25º 0.95% 0.6% -
XYZ 6.45 2.8 29.91 -
YUV 32.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 35 8 152 0.77 0.95 0 0.40 251.25 0.9 0.31
Hex 23 8 98 4D 5F 0 28 FB 5A 1F
Octal 43 10 230 115 137 0 50 373 132 37
Binary 100011 1000 10011000 1001101 1011111 0 101000 11111011 1011010 11111

Color Harmonies of #230898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230898

Black with #230898

Text Example


Text Example

White with #230898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230898; }

 p { color: rgb(35,8,152); }

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

background-color css

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

 a { background-color: rgb(35,8,152); }

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

border-color css

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

 span { border-color: rgb(35,8,152); }

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