Html Css Color HEX #1A3F6F Catalina Blue

📋 copy color: '#1A3F6F'

red 26 ◦ green 63 ◦ blue 111

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

Shades of Catalina Blue #1A3F6F

Tints of Catalina Blue #1A3F6F

RGB

 RED value IS 26 (10.55% from 255) = 13%

 GREEN value IS 63 (25% from 255) = 31.5%

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 13%
G = 31.5%
B = 55.5%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A3F6F (or 0x1A3F6F) is known color: Catalina Blue. HEX triplet: 1A, 3F and 6F. RGB value is (26,63,111). Sum of RGB (Red+Green+Blue) = 26+63+111=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A3F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3F6F is #E5C090. Grayscale: #393939. Windows color (decimal): -15057041 or 7290650. OLE color: 7290650.

HSL color Cylindrical-coordinate representation of color #1A3F6F: hue angle of 213.88º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3F6F is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 63 111 -
CMYK 0.77 0.43 0 0.56
HSL 213.88º 0.62% 0.27% -
HSV(B) 213.88º 0.77% 0.44% -
XYZ 5.07 4.92 15.72 -
YUV 57.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 26 63 111 0.77 0.43 0 0.56 213.88 0.62 0.27
Hex 1A 3F 6F 4D 2B 0 38 D6 3E 1B
Octal 32 77 157 115 53 0 70 326 76 33
Binary 11010 111111 1101111 1001101 101011 0 111000 11010110 111110 11011

Color Harmonies of #1A3F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3F6F

Black with #1A3F6F

Text Example


Text Example

White with #1A3F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A3F6F; }

 p { color: rgb(26,63,111); }

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

background-color css

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

 a { background-color: rgb(26,63,111); }

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

border-color css

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

 span { border-color: rgb(26,63,111); }

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