Html Css Color HEX #1F3068 Catalina Blue

📋 copy color: '#1F3068'

red 31 ◦ green 48 ◦ blue 104

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

Shades of Catalina Blue #1F3068

Tints of Catalina Blue #1F3068

RGB

 RED value IS 31 (12.5% from 255) = 16.94%

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

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

R = 16.94%
G = 26.23%
B = 56.83%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F3068 (or 0x1F3068) is known color: Catalina Blue. HEX triplet: 1F, 30 and 68. RGB value is (31,48,104). Sum of RGB (Red+Green+Blue) = 31+48+104=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F3068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3068 is #E0CF97. Grayscale: #313131. Windows color (decimal): -14733208 or 6828063. OLE color: 6828063.

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

Color convert

RGB 31 48 104 -
CMYK 0.70 0.54 0 0.59
HSL 226.03º 0.54% 0.26% -
HSV(B) 226.03º 0.7% 0.41% -
XYZ 4.12 3.4 13.54 -
YUV 49.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 31 48 104 0.70 0.54 0 0.59 226.03 0.54 0.26
Hex 1F 30 68 46 36 0 3B E2 36 1A
Octal 37 60 150 106 66 0 73 342 66 32
Binary 11111 110000 1101000 1000110 110110 0 111011 11100010 110110 11010

Color Harmonies of #1F3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3068

Black with #1F3068

Text Example


Text Example

White with #1F3068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,104); }

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

background-color css

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

 a { background-color: rgb(31,48,104); }

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

border-color css

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

 span { border-color: rgb(31,48,104); }

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