Html Css Color HEX #230CAA Ultramarine

📋 copy color: '#230CAA'

red 35 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #230CAA

Tints of Ultramarine #230CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

 BLUE value IS 170 (66.8% from 255) = 78.34%

R = 16.13%
G = 5.53%
B = 78.34%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#230CAA (or 0x230CAA) is known color: Ultramarine. HEX triplet: 23, 0C and AA. RGB value is (35,12,170). Sum of RGB (Red+Green+Blue) = 35+12+170=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #230CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230CAA is #DCF355. Grayscale: #242424. Windows color (decimal): -14480214 or 11144227. OLE color: 11144227.

HSL color Cylindrical-coordinate representation of color #230CAA: hue angle of 248.73º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230CAA is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 12 170 -
CMYK 0.79 0.93 0 0.33
HSL 248.73º 0.87% 0.36% -
HSV(B) 248.73º 0.93% 0.67% -
XYZ 8.08 3.52 38.28 -
YUV 36.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 35 12 170 0.79 0.93 0 0.33 248.73 0.87 0.36
Hex 23 C AA 4F 5D 0 21 F9 57 24
Octal 43 14 252 117 135 0 41 371 127 44
Binary 100011 1100 10101010 1001111 1011101 0 100001 11111001 1010111 100100

Color Harmonies of #230CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230CAA

Black with #230CAA

Text Example


Text Example

White with #230CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230CAA; }

 p { color: rgb(35,12,170); }

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

background-color css

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

 a { background-color: rgb(35,12,170); }

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

border-color css

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

 span { border-color: rgb(35,12,170); }

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