Html Css Color HEX #230098 Ultramarine

📋 copy color: '#230098'

red 35 ◦ green 0 ◦ blue 152

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

Shades of Ultramarine #230098

Tints of Ultramarine #230098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 18.72%
G = 0%
B = 81.28%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#230098 (or 0x230098) is known color: Ultramarine. HEX triplet: 23, 00 and 98. RGB value is (35,0,152). Sum of RGB (Red+Green+Blue) = 35+0+152=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #230098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230098 is #DCFF67. Grayscale: #1B1B1B. Windows color (decimal): -14483304 or 9961507. OLE color: 9961507.

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

Color convert

RGB 35 0 152 -
CMYK 0.77 1 0 0.40
HSL 253.82º 1% 0.3% -
HSV(B) 253.82º 1% 0.6% -
XYZ 6.36 2.62 29.88 -
YUV 27.79 198.1 133.14 -
System Red Green Blue C M Y K H S L
Decimal 35 0 152 0.77 1 0 0.40 253.82 1 0.3
Hex 23 0 98 4D 64 0 28 FE 64 1E
Octal 43 0 230 115 144 0 50 376 144 36
Binary 100011 0 10011000 1001101 1100100 0 101000 11111110 1100100 11110

Color Harmonies of #230098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230098

Black with #230098

Text Example


Text Example

White with #230098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230098; }

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

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

background-color css

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

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

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

border-color css

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

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

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