Html Css Color HEX #183B6A Catalina Blue

📋 copy color: '#183B6A'

red 24 ◦ green 59 ◦ blue 106

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

Shades of Catalina Blue #183B6A

Tints of Catalina Blue #183B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.22%

 BLUE value IS 106 (41.8% from 255) = 56.08%

R = 12.7%
G = 31.22%
B = 56.08%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#183B6A (or 0x183B6A) is known color: Catalina Blue. HEX triplet: 18, 3B and 6A. RGB value is (24,59,106). Sum of RGB (Red+Green+Blue) = 24+59+106=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #183B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B6A is #E7C495. Grayscale: #353535. Windows color (decimal): -15189142 or 6961944. OLE color: 6961944.

HSL color Cylindrical-coordinate representation of color #183B6A: hue angle of 214.39º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183B6A is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 59 106 -
CMYK 0.77 0.44 0 0.58
HSL 214.39º 0.63% 0.25% -
HSV(B) 214.39º 0.77% 0.42% -
XYZ 4.54 4.36 14.24 -
YUV 53.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 24 59 106 0.77 0.44 0 0.58 214.39 0.63 0.25
Hex 18 3B 6A 4D 2C 0 3A D6 3F 19
Octal 30 73 152 115 54 0 72 326 77 31
Binary 11000 111011 1101010 1001101 101100 0 111010 11010110 111111 11001

Color Harmonies of #183B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B6A

Black with #183B6A

Text Example


Text Example

White with #183B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183B6A; }

 p { color: rgb(24,59,106); }

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

background-color css

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

 a { background-color: rgb(24,59,106); }

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

border-color css

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

 span { border-color: rgb(24,59,106); }

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