Html Css Color HEX #18305F Catalina Blue

📋 copy color: '#18305F'

red 24 ◦ green 48 ◦ blue 95

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

Shades of Catalina Blue #18305F

Tints of Catalina Blue #18305F

RGB

 RED value IS 24 (9.77% from 255) = 14.37%

 GREEN value IS 48 (19.14% from 255) = 28.74%

 BLUE value IS 95 (37.5% from 255) = 56.89%

R = 14.37%
G = 28.74%
B = 56.89%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18305F (or 0x18305F) is known color: Catalina Blue. HEX triplet: 18, 30 and 5F. RGB value is (24,48,95). Sum of RGB (Red+Green+Blue) = 24+48+95=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #18305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18305F is #E7CFA0. Grayscale: #2D2D2D. Windows color (decimal): -15191969 or 6238232. OLE color: 6238232.

HSL color Cylindrical-coordinate representation of color #18305F: hue angle of 219.72º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18305F is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 48 95 -
CMYK 0.75 0.49 0 0.63
HSL 219.72º 0.6% 0.23% -
HSV(B) 219.72º 0.75% 0.37% -
XYZ 3.5 3.13 11.25 -
YUV 46.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 24 48 95 0.75 0.49 0 0.63 219.72 0.6 0.23
Hex 18 30 5F 4B 31 0 3F DC 3C 17
Octal 30 60 137 113 61 0 77 334 74 27
Binary 11000 110000 1011111 1001011 110001 0 111111 11011100 111100 10111

Color Harmonies of #18305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18305F

Black with #18305F

Text Example


Text Example

White with #18305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18305F; }

 p { color: rgb(24,48,95); }

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

background-color css

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

 a { background-color: rgb(24,48,95); }

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

border-color css

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

 span { border-color: rgb(24,48,95); }

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