Html Css Color HEX #1F3863 Catalina Blue

📋 copy color: '#1F3863'

red 31 ◦ green 56 ◦ blue 99

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

Shades of Catalina Blue #1F3863

Tints of Catalina Blue #1F3863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

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

R = 16.67%
G = 30.11%
B = 53.23%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F3863 (or 0x1F3863) is known color: Catalina Blue. HEX triplet: 1F, 38 and 63. RGB value is (31,56,99). Sum of RGB (Red+Green+Blue) = 31+56+99=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F3863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3863 is #E0C79C. Grayscale: #353535. Windows color (decimal): -14731165 or 6502431. OLE color: 6502431.

HSL color Cylindrical-coordinate representation of color #1F3863: hue angle of 217.94º 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 #1F3863 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 56 99 -
CMYK 0.69 0.43 0 0.61
HSL 217.94º 0.52% 0.25% -
HSV(B) 217.94º 0.69% 0.39% -
XYZ 4.23 4.02 12.36 -
YUV 53.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 31 56 99 0.69 0.43 0 0.61 217.94 0.52 0.25
Hex 1F 38 63 45 2B 0 3D DA 34 19
Octal 37 70 143 105 53 0 75 332 64 31
Binary 11111 111000 1100011 1000101 101011 0 111101 11011010 110100 11001

Color Harmonies of #1F3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3863

Black with #1F3863

Text Example


Text Example

White with #1F3863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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