Html Css Color HEX #1B3A68 Catalina Blue

📋 copy color: '#1B3A68'

red 27 ◦ green 58 ◦ blue 104

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

Shades of Catalina Blue #1B3A68

Tints of Catalina Blue #1B3A68

RGB

 RED value IS 27 (10.94% from 255) = 14.29%

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 104 (41.02% from 255) = 55.03%

R = 14.29%
G = 30.69%
B = 55.03%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1B3A68 (or 0x1B3A68) is known color: Catalina Blue. HEX triplet: 1B, 3A and 68. RGB value is (27,58,104). Sum of RGB (Red+Green+Blue) = 27+58+104=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B3A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A68 is #E4C597. Grayscale: #353535. Windows color (decimal): -14992792 or 6830619. OLE color: 6830619.

HSL color Cylindrical-coordinate representation of color #1B3A68: hue angle of 215.84º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B3A68 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 27 58 104 -
CMYK 0.74 0.44 0 0.59
HSL 215.84º 0.59% 0.26% -
HSV(B) 215.84º 0.74% 0.41% -
XYZ 4.46 4.26 13.68 -
YUV 53.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 27 58 104 0.74 0.44 0 0.59 215.84 0.59 0.26
Hex 1B 3A 68 4A 2C 0 3B D8 3B 1A
Octal 33 72 150 112 54 0 73 330 73 32
Binary 11011 111010 1101000 1001010 101100 0 111011 11011000 111011 11010

Color Harmonies of #1B3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3A68

Black with #1B3A68

Text Example


Text Example

White with #1B3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,58,104); }

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

background-color css

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

 a { background-color: rgb(27,58,104); }

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

border-color css

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

 span { border-color: rgb(27,58,104); }

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