Html Css Color HEX #1F3A63 Catalina Blue

📋 copy color: '#1F3A63'

red 31 ◦ green 58 ◦ blue 99

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

Shades of Catalina Blue #1F3A63

Tints of Catalina Blue #1F3A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.66%

R = 16.49%
G = 30.85%
B = 52.66%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F3A63 (or 0x1F3A63) is known color: Catalina Blue. HEX triplet: 1F, 3A and 63. RGB value is (31,58,99). Sum of RGB (Red+Green+Blue) = 31+58+99=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F3A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3A63 is #E0C59C. Grayscale: #363636. Windows color (decimal): -14730653 or 6502943. OLE color: 6502943.

HSL color Cylindrical-coordinate representation of color #1F3A63: hue angle of 216.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F3A63 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 58 99 -
CMYK 0.69 0.41 0 0.61
HSL 216.18º 0.52% 0.25% -
HSV(B) 216.18º 0.69% 0.39% -
XYZ 4.33 4.22 12.39 -
YUV 54.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 31 58 99 0.69 0.41 0 0.61 216.18 0.52 0.25
Hex 1F 3A 63 45 29 0 3D D8 34 19
Octal 37 72 143 105 51 0 75 330 64 31
Binary 11111 111010 1100011 1000101 101001 0 111101 11011000 110100 11001

Color Harmonies of #1F3A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A63

Black with #1F3A63

Text Example


Text Example

White with #1F3A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,99); }

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

background-color css

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

 a { background-color: rgb(31,58,99); }

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

border-color css

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

 span { border-color: rgb(31,58,99); }

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